Skip to content

Commit

Permalink
fix permissions problems in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Apr 26, 2023
1 parent bff78c2 commit 9583bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine
LABEL org.opencontainers.image.source https://github.com/filecoin-station/core
USER node
WORKDIR /usr/src/app
COPY . .
RUN npm ci --omit=dev
USER node
CMD [ "./bin/station.js" ]

0 comments on commit 9583bf6

Please sign in to comment.