Merge branch 'dev' into 'main'

Dev

See merge request illegitimate/illegitimate-bot!242
This commit is contained in:
2024-03-24 16:07:35 +00:00

View File

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