chore: bump base image to python 3.13 and switch nginx config to template-based conf.d generation
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user