Skip to content

Commit

Permalink
fix: deleted a non-existent docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSciFier committed Oct 26, 2023
1 parent ab7f104 commit 587e566
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ FROM --platform=$TARGETPLATFORM node:lts-slim
WORKDIR /app
USER node

COPY ./docker-entrypoint.sh ./
COPY --chown=node ./server ./
COPY --chown=node --from=srv-build /app/server ./
COPY --chown=node --from=ui-build /app/client/build ./public
Expand Down

0 comments on commit 587e566

Please sign in to comment.