Add tzdata to support timezones (closes #92)

This commit is contained in:
Christoph Wiechert
2020-05-24 13:21:18 +02:00
committed by GitHub
parent 27c6e2a236
commit 0179e93a1f

View File

@@ -5,6 +5,8 @@ ENV PSITRANSFER_UPLOAD_DIR=/data \
MAINTAINER Christoph Wiechert <wio@psitrax.de>
RUN apk add --no-cache tzdata
WORKDIR /app
ADD *.js package.json package-lock.json README.md /app/