mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-08 09:11:47 +00:00
Update Dockerfile
This commit is contained in:
@ -14,6 +14,9 @@ RUN yarn run build
|
||||
FROM node:20-alpine
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV TZ=Etc/UTC
|
||||
|
||||
COPY package.json .
|
||||
RUN yarn install --production
|
||||
|
||||
|
||||
Reference in New Issue
Block a user