From 0c8241307e9068bea6b6566a92473cce6c6e9971 Mon Sep 17 00:00:00 2001 From: John Dillick Date: Tue, 25 Apr 2023 10:31:20 -1000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82e32e1..541eca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ COPY --from=build /tmp/app/package.json ./package.json COPY --from=build /tmp/app/node_modules ./node_modules # Includes entire server-side app (including reactium_modules) -COPY --from=build /tmp/app/build ./build +COPY --from=build /tmp/app/.core ./.core RUN chown -R node ./