diff --git a/Dockerfile b/Dockerfile index a506983..674791f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ COPY routes/ routes/ COPY utils/ utils/ COPY auth/ auth/ COPY templates/ templates/ +COPY static/ /app/static/ + # Create directories RUN mkdir -p /app/config/auth \