Update Dockerfile

This commit is contained in:
Stefan Pejcic 2024-12-23 10:59:00 +01:00 committed by GitHub
parent cf007f3874
commit 018d31a601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ FROM ubuntu:latest
LABEL maintainer="stefan@pejcic.rs"
LABEL author="Stefan Pejcic"
LABEL db="mysql" webserver="nginx" php="php8.2"
ENV TZ=UTC
ENV DEBIAN_FRONTEND=noninteractive