mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-05-30 16:10:06 +02:00
update nginx on Dockerfile
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# Aktuell nicht nötig, da wir CDN/statische Dateien haben.
|
# Aktuell nicht nötig, da wir CDN/statische Dateien haben.
|
||||||
|
|
||||||
# Stage 2: Production Environment using Nginx
|
# Stage 2: Production Environment using Nginx
|
||||||
FROM nginx:1.27-alpine
|
FROM nginx:1.31.0-alpine
|
||||||
|
|
||||||
# Arbeitsverzeichnis im Container (optional, aber gute Praxis)
|
# Arbeitsverzeichnis im Container (optional, aber gute Praxis)
|
||||||
WORKDIR /usr/share/nginx/html
|
WORKDIR /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user