Initial commit
This commit is contained in:
7
.devcontainer/Dockerfile
Normal file
7
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11.8-alpine
|
||||
|
||||
# Dev depedencies
|
||||
RUN apk add --no-cache git
|
||||
|
||||
# Prod depedencies
|
||||
RUN pip install flask psycopg2-binary sqlalchemy
|
||||
Reference in New Issue
Block a user