We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc0c102 commit 87936abCopy full SHA for 87936ab
Dockerfile
@@ -14,7 +14,7 @@ LABEL MAINTAINER="https://caswaf.org/"
14
15
COPY --from=BACK /go/src/caswaf/ ./
16
COPY --from=BACK /usr/bin/wait-for-it ./
17
-RUN mkdir -p web/build && apk add --no-cache bash coreutils
+RUN mkdir -p web/build && apk add --no-cache bash coreutils tzdata
18
COPY --from=FRONT /web/build /web/build
19
ENTRYPOINT ["./wait-for-it", "db:3306", "--", "./server"]
20
0 commit comments