Update Dockerfile

This commit is contained in:
Mathias Wagner
2024-07-22 20:19:27 +02:00
parent dc5a296390
commit 4461d4d13b

View File

@ -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