Skip to content

Commit

Permalink
Copy backstage.json
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Wanlin <[email protected]>
  • Loading branch information
awanlin committed Oct 30, 2024
1 parent fe0de30 commit 6c8210d
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 @@ -6,7 +6,7 @@ FROM node:20-bookworm-slim@sha256:ec35a66c9a0a275b027debde05247c081f8b2f0c43d739
ARG ENVIRONMENT_CONFIG

WORKDIR /app
COPY package.json yarn.lock ./
COPY backstage.json package.json yarn.lock ./
COPY .yarn ./.yarn
COPY .yarnrc.yml ./

Expand Down

0 comments on commit 6c8210d

Please sign in to comment.