Skip to content

Commit e903a3c

Browse files
authored
Update Dockerfile (#211)
1 parent 06e23ff commit e903a3c

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
@@ -35,7 +35,7 @@ COPY --from=build /tmp/app/package.json ./package.json
3535
COPY --from=build /tmp/app/node_modules ./node_modules
3636

3737
# Includes entire server-side app (including reactium_modules)
38-
COPY --from=build /tmp/app/build ./build
38+
COPY --from=build /tmp/app/.core ./.core
3939

4040
RUN chown -R node ./
4141

0 commit comments

Comments
 (0)