Production setup.
DevPlace CI / test (push) Failing after 2m22s

This commit is contained in:
2026-05-16 01:28:39 +02:00
parent 87f6ec63ac
commit 58c1a37d34
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM nginx:alpine
RUN apk add --no-cache gettext
COPY nginx/nginx.conf.template /etc/nginx/nginx.conf.template
COPY nginx/nginx.conf.template /etc/nginx/templates/default.conf.template
COPY nginx/start.sh /start.sh
COPY devplacepy/static /app/static