This commit is contained in:
2021-11-17 16:20:50 +01:00
parent ad13a6f0c1
commit cbc8ab0325
6 changed files with 33 additions and 21 deletions

View File

@@ -19,5 +19,7 @@ COPY --from=builder /app/dist ./dist
ENV ASSETS=/data
ENV ADDRESS=0.0.0.0
EXPOSE 80
CMD [ "node", "dist/src" ]
CMD [ "node", "." ]