deutsche Zeit statt UTC
Dieser Commit ist enthalten in:
@@ -1,5 +1,11 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Zeitzone setzen
|
||||
ENV TZ=Europe/Berlin
|
||||
RUN apk add --no-cache tzdata \
|
||||
&& ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime \
|
||||
&& echo "Europe/Berlin" > /etc/timezone
|
||||
|
||||
# SSL-Verzeichnis erstellen
|
||||
RUN mkdir -p /etc/nginx/ssl
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren