Add .dockerignore

This commit is contained in:
Lukáš Kucharczyk 2023-01-08 15:48:31 +01:00
parent 362732c22a
commit 33e136a810
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1,5 @@
src/web/static/* src/web/static/*
.venv
.githooks
.vscode
node_modules

View File

@ -6,7 +6,7 @@ RUN npm install && \
FROM python:3.10.9-alpine 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 ENV PROD 1
RUN apk add \ RUN apk add \