Skip to content

Commit

Permalink
Fixed DOckerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoares85 committed Feb 6, 2024
1 parent c45651c commit b0ef026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:16.13.0-alpine3.13
RUN apk add --no-cache python3 build-base curl
COPY . /app/federator
RUN chown -R node:node /app
RUN chown -R node:node /app/federator
USER node
WORKDIR /app/federator
RUN npm install
RUN npm ci
ENTRYPOINT [ "npm", "start" ]

0 comments on commit b0ef026

Please sign in to comment.