Change to gunicorn #4

Merged
lukas merged 7 commits from change-to-gunicorn into main 2023-01-07 21:17:49 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 270d9f7296 - Show all commits

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
src/web/static/*

View File

@ -6,10 +6,11 @@ RUN npm install && \
FROM python:3.10.9-alpine
ENV VERSION_NUMBER 0.1.1-3-gd029fda
ENV VERSION_NUMBER 0.1.1-4-g2939b4a
ENV PROD 1
RUN apk add \
bash \
vim \
curl \
caddy