Updating docker file again

This commit is contained in:
2024-01-22 13:36:27 +01:00
parent ad84103f3b
commit f20dd4e43e
2 changed files with 0 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ 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