Skip to content

Commit

Permalink
FIX: remove line from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurin-Notemann committed May 21, 2024
1 parent cd3077f commit 96825a9
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 @@ -72,7 +72,6 @@ RUN --mount=type=cache,target=/home/node/.cache/yarn,sharing=locked,uid=1000,gid

# Copy the built packages from the build stage
COPY --from=build --chown=node:node /app/packages/backend/dist/bundle/ ./
COPY --from=build --chown=node:node /app/minikube ./minikube/

ARG APP_ENV

Expand Down

0 comments on commit 96825a9

Please sign in to comment.