From 33e136a8106cc5727dcc5ecfea00a8f1367e1f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 8 Jan 2023 15:48:31 +0100 Subject: [PATCH] Add .dockerignore --- .dockerignore | 6 +++++- Dockerfile | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 \