Skip to content

Commit

Permalink
Finalizing deployment..
Browse files Browse the repository at this point in the history
  • Loading branch information
gramcracker40 committed May 1, 2023
1 parent 3826d4b commit 3161ebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ RUN chown -R app:app $APP_HOME

# change to the app user -- root no longer accessible
USER app

4 changes: 3 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ services:
- ./.flaskenv

nginx:
build: ./services/nginx
build:
context: ./services/nginx
dockerfile: Dockerfile
ports:
- 1337:80
depends_on:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ requests
pyinstaller
psycopg2-binary
gunicorn
fcntl

0 comments on commit 3161ebc

Please sign in to comment.