mirror of
https://github.com/szabodanika/microbin
synced 2024-11-10 03:34:17 +00:00
Update Dockerfile
This commit is contained in:
parent
4eaa259f49
commit
49326f3c52
1 changed files with 3 additions and 1 deletions
|
@ -19,10 +19,12 @@ FROM bitnami/minideb:latest
|
|||
# microbin will be in /app
|
||||
WORKDIR /app
|
||||
|
||||
RUN mkdir -p /usr/share/zoneinfo
|
||||
|
||||
# copy time zone info
|
||||
COPY --from=build \
|
||||
/usr/share/zoneinfo \
|
||||
/usr/share/zoneinfo
|
||||
/usr/share/
|
||||
|
||||
COPY --from=build \
|
||||
/etc/ssl/certs/ca-certificates.crt \
|
||||
|
|
Loading…
Reference in a new issue