This commit is contained in:
2024-03-24 17:06:54 +01:00
parent 2cd1187e71
commit 91e40dd4c7

View File

@@ -7,6 +7,7 @@ COPY . /app
WORKDIR /app WORKDIR /app
ENV NODE_PATH=dist/ ENV NODE_PATH=dist/
RUN corepack enable RUN corepack enable
RUN yarn global add typescript
RUN yarn build RUN yarn build
CMD [ "yarn", "start" ] CMD [ "yarn", "start" ]