Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ss75710541 committed Apr 5, 2023
1 parent 4bc4b50 commit b11fe92
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
Expand Up @@ -13,7 +13,7 @@ RUN cd /source/ && \
npm run build

# run script
COPY --from=0 source/entrypoint.sh /
COPY source/entrypoint.sh /

RUN chmod 755 /entrypoint.sh

Expand Down

0 comments on commit b11fe92

Please sign in to comment.