Skip to content

Commit 0b94abb

Browse files
Remove public/ and add data/ to Dockerfile (#151)
1 parent f86b65d commit 0b94abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ WORKDIR /remixapp
4747

4848
COPY --from=production-deps /remixapp/node_modules /remixapp/node_modules
4949
COPY --from=build /remixapp/build /remixapp/build
50-
COPY --from=build /remixapp/public /remixapp/public
50+
COPY --from=build /remixapp/data /remixapp/data
5151
COPY --from=build /remixapp/server.js /remixapp/server.js
5252
COPY --from=build /remixapp/package.json /remixapp/package.json
5353
COPY --from=build /remixapp/start.sh /remixapp/start.sh

0 commit comments

Comments
 (0)