Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jacotsu
uus
Commits
8007c28f
Verified
Commit
8007c28f
authored
Feb 11, 2019
by
Davide Depau
Browse files
Update Dockerfile to use proper packaging
parent
53c875f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8007c28f
FROM
alpine:latest
RUN
apk add
-U
python3 py3-gunicorn
RUN
mkdir
/uus
WORKDIR
/uus
COPY
uus /uus
COPY
uus.py /uus
COPY
admin /uus/admin
COPY
requirements.txt /uus
RUN
pip3
install
-r
requirements.txt
RUN
apk add
-U
python3 py3-gunicorn
&&
\
pip3
install
/uus
&&
\
rm
-Rf
/uus
EXPOSE
8000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment