feat: add missing tzdata package to image

re #394
This commit is contained in:
sct
2020-12-19 11:32:17 +09:00
parent fe46895289
commit 53bede692d
5 changed files with 16 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ FROM node:12.18-alpine
ARG COMMIT_TAG
ENV COMMIT_TAG=${COMMIT_TAG}
RUN apk add tzdata
COPY . /app
WORKDIR /app