Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
fix: hotfix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Mar 29, 2023
1 parent 8ac6711 commit 96555e5
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 @@ -27,7 +27,6 @@ WORKDIR /${SERVICE_NAME}
COPY --from=docker:dind-rootless --chown=nonroot:nonroot /usr/local/bin/docker /usr/local/bin

COPY --from=build --chown=nonroot:nonroot /src/config ./config
COPY --from=build --chown=nonroot:nonroot /src/assets ./assets
COPY --from=build --chown=nonroot:nonroot /src/release-please ./release-please

COPY --from=build --chown=nonroot:nonroot /${SERVICE_NAME} ./
Expand Down

0 comments on commit 96555e5

Please sign in to comment.