From a98ba89b53ee632cbd10f92c83ae8502ab29fdc3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 9 Jan 2022 20:53:37 +0000 Subject: [PATCH] fix: change assets source path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6a173781..f2df39480 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,6 +87,6 @@ USER nginx WORKDIR /code COPY --chown=nginx --from=build /app/output_prod ./ -COPY --chown=nginx --from=assets /app/source/build build +COPY --chown=nginx --from=assets /app/build build EXPOSE 8080