Add .dockerignore
This commit is contained in:
parent
362732c22a
commit
33e136a810
|
@ -1 +1,5 @@
|
|||
src/web/static/*
|
||||
src/web/static/*
|
||||
.venv
|
||||
.githooks
|
||||
.vscode
|
||||
node_modules
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue