diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |