Fix: Добавлен tzdata в Dockerfile для корректной работы планировщика в часовом поясе Europe/Moscow (v1.0.1)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 58s
This commit is contained in:
@@ -26,7 +26,8 @@ RUN apk --no-cache add \
|
||||
ca-certificates \
|
||||
nginx \
|
||||
supervisor \
|
||||
curl
|
||||
curl \
|
||||
tzdata
|
||||
|
||||
# Создаем директории
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user