Skip to content

Commit

Permalink
fix: correctly copy entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
digiz3d committed May 18, 2023
1 parent 4f422c3 commit 609e64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile --prod
COPY . .
COPY docker-entrypoint.sh /usr/local/bin/

USER node
ENTRYPOINT [ "docker-entrypoint.sh" ]
Expand Down

0 comments on commit 609e64a

Please sign in to comment.