diff --git a/.dockerignore b/.dockerignore index 601036a..2c26d13 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,5 @@ -src/web/static/* \ No newline at end of file +src/web/static/* +.venv +.githooks +.vscode +node_modules \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 3958f09..7f22ea7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ FROM python:3.10.9-alpine -ENV VERSION_NUMBER 0.1.2-3-g8e1c670 +ENV VERSION_NUMBER 0.1.2-4-g362732c ENV PROD 1 RUN apk add \