diff --git a/Dockerfile b/Dockerfile index 0b42f4c..b3d7279 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ WORKDIR /public COPY --from=builder /app/dist . +ENV SERVER_ROOT="/public" + EXPOSE 80 \ No newline at end of file