Skip to content

Commit 5e53aec

Browse files
committed
build: use different paths to properly resolve policies
1 parent 46dc152 commit 5e53aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ RUN apk add --no-cache libc6-compat
1919

2020
WORKDIR /app
2121

22-
COPY --from=builder --chown=node:node /app/dist ./dist
22+
COPY --from=builder --chown=node:node /app/dist ./
2323

2424
USER node
2525
ENV NODE_ENV=production
2626

2727
EXPOSE 8080
28-
CMD ["node", "/app/dist/src/bootstrap.js"]
28+
CMD ["node", "./src/bootstrap.js"]

0 commit comments

Comments
 (0)