typo in Dockerfile
This commit is contained in:
parent
277bd5a283
commit
2ea3a8059c
1 changed files with 3 additions and 0 deletions
3
setup.sh
3
setup.sh
|
@ -879,6 +879,9 @@ RUN groupadd -g \$GID appuser && \
|
|||
chown -R appuser:appuser /app
|
||||
|
||||
USER appuser
|
||||
|
||||
EXPOSE 5000
|
||||
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
|
||||
DOCKER_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue