Skip to content

Commit

Permalink
see where output builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth committed Aug 20, 2024
1 parent e752dcc commit c8ddb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/graph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pnpm turbo build --filter @kadena/graph...
FROM base
#COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
COPY --from=build /app /app
EXPOSE 4000
CMD [ "pnpm", "start" ]

0 comments on commit c8ddb9c

Please sign in to comment.