From 732e20d9d79c1d4ec3924494b63c97d7a59680e6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 7 Apr 2024 15:11:47 +0200 Subject: docker: fix deployment of pre-compressed static files --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a56ca7b..8ef0382 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ FROM base COPY config.toml /app/ COPY --from=install /temp/prod/node_modules node_modules COPY --from=build /app /app -COPY --from=postprocess /app/public /app/ +COPY --from=postprocess /app/public /app/public # Start the server by default, this can be overwritten at runtime EXPOSE 3000 -- cgit 1.4.1