Merge branch 'dev' into 'main'

Updated docker file

See merge request illegitimate/illegitimate-bot!192
This commit is contained in:
2024-01-22 12:29:29 +00:00

View File

@@ -4,6 +4,8 @@ FROM node:20.9.0-alpine3.18
COPY --from=cache /cache/node_modules /app/node_modules
COPY . /app
VOLUME /pipe
WORKDIR /app
ENV NODE_PATH=dist/
RUN yarn build