Skip to content

Commit

Permalink
Merge pull request #18 from maituongluanvn/16-delete-default-channel-…
Browse files Browse the repository at this point in the history
…route-from-commerce-ui

#16 correct path
  • Loading branch information
maituongluanvn authored Aug 9, 2024
2 parents c3a2922 + 97f3785 commit 36616e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN pnpm install
# Securely use the service-account-keyfile.json during the build process
# Make sure to activate BuildKit by using the syntax directive at the top of the file
RUN --mount=type=secret,id=service_account_keyfile \
cp /run/secrets/service_account_keyfile /app/service-account-keyfile.json
cp /run/secrets/service_account_keyfile /apps/api/service-account-keyfile.json

# Run Turborepo build for the specific project (api)
RUN pnpm run build:api
Expand Down

0 comments on commit 36616e8

Please sign in to comment.