Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAPIS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DigInclude
SAPIS
Commits
8efa4902
Commit
8efa4902
authored
5 years ago
by
Michael Jonasson
Browse files
Options
Downloads
Patches
Plain Diff
changed to real dockerfile
parent
03394f77
No related branches found
No related tags found
No related merge requests found
Pipeline
#17052
passed with warnings
5 years ago
Stage: push
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+16
-2
16 additions, 2 deletions
Dockerfile
Dockerfile_not
+0
-16
0 additions, 16 deletions
Dockerfile_not
nginx_docker
+2
-0
2 additions, 0 deletions
nginx_docker
with
18 additions
and
18 deletions
Dockerfile
+
16
−
2
View file @
8efa4902
FROM
nginx:alpine
COPY
index.html /usr/share/nginx/html
#FROM nginx:alpine
#COPY index.html /usr/share/nginx/html
#EXPOSE 80
FROM
alpine:3.10
COPY
. sapis
WORKDIR
"/sapis/"
RUN
apk
--no-cache
update
&&
apk
--no-cache
add python3 cython3 py-numpy openjdk11
&&
pip3
install
--no-cache-dir
--disable-pip-version-check
-r
REQUIREMENTS.txt
EXPOSE
4567
CMD
["./start.sh"]
This diff is collapsed.
Click to expand it.
Dockerfile_not
deleted
100644 → 0
+
0
−
16
View file @
03394f77
#FROM nginx:alpine
#COPY index.html /usr/share/nginx/html
#EXPOSE 80
FROM alpine:3.10
COPY . sapis
WORKDIR "/sapis/"
RUN apk --no-cache update && apk --no-cache add python3 cython3 py-numpy openjdk11 && pip3 install --no-cache-dir --disable-pip-version-check -r REQUIREMENTS.txt
EXPOSE 4567
CMD ["./start.sh"]
This diff is collapsed.
Click to expand it.
nginx_docker
0 → 100644
+
2
−
0
View file @
8efa4902
FROM nginx:alpine
COPY index.html /usr/share/nginx/html
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment