Skip to content

Commit

Permalink
fix comment in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thadk committed Aug 19, 2024
1 parent fcace4d commit 2cf371e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion heat-stack/other/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ COPY --from=build /myapp/node_modules/.prisma /myapp/node_modules/.prisma

COPY --from=build /myapp/server-build /myapp/server-build
COPY --from=build /myapp/build /myapp/build
COPY --from=build /myapp/public /myapp/public // HEAT Stack custom line for Pyodide

# HEAT Stack custom line for Pyodide
COPY --from=build /myapp/public /myapp/public
COPY --from=build /myapp/package.json /myapp/package.json
COPY --from=build /myapp/prisma /myapp/prisma
COPY --from=build /myapp/app/components/ui/icons /myapp/app/components/ui/icons
Expand Down

0 comments on commit 2cf371e

Please sign in to comment.