This commit is contained in:
2021-11-17 17:25:54 +01:00
parent cbc8ab0325
commit 952f76e5ab
5 changed files with 141 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ RUN npm exec pnpm i --frozen-lockfile --prod
COPY --from=builder /app/dist ./dist
ENV ASSETS=/data
ENV LOCAL_ASSETS=/data
ENV ADDRESS=0.0.0.0
EXPOSE 80