ticket #81 attempt 1

This commit is contained in:
Typosaurus
2026-07-19 20:35:51 +00:00
parent 43c5a948e8
commit 7152db1fd2
22 changed files with 1156 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ FROM nginx:alpine
RUN apk add --no-cache gettext
RUN mkdir -p /etc/nginx/tunnel.d
COPY nginx/nginx.conf.template /etc/nginx/templates/default.conf.template
COPY nginx/start.sh /start.sh
COPY devplacepy/static /app/static