mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(Docker): add timezone settings to dockerfile (#3292)
This commit is contained in:
@@ -16,6 +16,11 @@ RUN ./azerothcore/bin/acore-db-asm 1
|
||||
|
||||
FROM mysql:5.7
|
||||
|
||||
# List of timezones: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
|
||||
# set timezone environment variable
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# copy files from the previous build stage - see: https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
|
||||
Reference in New Issue
Block a user