Ignore static folder when building container
This commit is contained in:
parent
2939b4a515
commit
270d9f7296
|
@ -0,0 +1 @@
|
|||
src/web/static/*
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue