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
73be2b8a
Verified
Commit
73be2b8a
authored
Feb 11, 2019
by
Davide Depau
Browse files
Update Dockerfile for new packaging
parent
b94d2bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
73be2b8a
FROM
alpine:latest
COPY
uus
/uus
COPY
.
/uus
RUN
apk add
-U
python3 py3-gunicorn
&&
\
pip3
install
/uus
&&
\
rm
-Rf
/uus
ENV
FLASK_APP=uus
EXPOSE
8000
ENTRYPOINT
gunicorn -b 0.0.0.0 -w 4 uus:app
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