Skip to content

Commit

Permalink
Merge pull request #106 from dbcls/fix/dockerfile
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
sasaujp authored Jan 27, 2021
2 parents 674bbcf + 088d283 commit d8e328a
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 289 deletions.
2 changes: 1 addition & 1 deletion server/.dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.env
.venv
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.8-slim

WORKDIR /app
ENV APP_ENV=production
Expand Down
Loading

0 comments on commit d8e328a

Please sign in to comment.