forked from cubetiq/cubetiq-react-app
Add tzdata
This commit is contained in:
parent
a50437a27b
commit
025ff76a20
@ -1,6 +1,12 @@
|
||||
# Build application
|
||||
FROM cubetiq/calpine-node AS builder
|
||||
|
||||
RUN apk update && \
|
||||
apk add tzdata && \
|
||||
cp /usr/share/zoneinfo/Asia/Phnom_Penh /etc/localtime && \
|
||||
echo "Asia/Phnom_Penh" > /etc/timezone && \
|
||||
apk del tzdata
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
# Set custom registry for npm registry (from cubetiq local server)
|
||||
|
Loading…
Reference in New Issue
Block a user