Skip to content

Commit

Permalink
Remove public/ and add data/ to Dockerfile (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand authored Jan 11, 2024
1 parent f86b65d commit 0b94abb
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 @@ -47,7 +47,7 @@ WORKDIR /remixapp

COPY --from=production-deps /remixapp/node_modules /remixapp/node_modules
COPY --from=build /remixapp/build /remixapp/build
COPY --from=build /remixapp/public /remixapp/public
COPY --from=build /remixapp/data /remixapp/data
COPY --from=build /remixapp/server.js /remixapp/server.js
COPY --from=build /remixapp/package.json /remixapp/package.json
COPY --from=build /remixapp/start.sh /remixapp/start.sh
Expand Down

0 comments on commit 0b94abb

Please sign in to comment.