This commit is contained in:
Henry Dollman
2024-07-12 23:56:58 -04:00
parent 05f5c94764
commit 7e834429cc
8 changed files with 123 additions and 69 deletions

View File

@@ -26,4 +26,6 @@ COPY ./site/dist /site/dist
EXPOSE 8080
CMD ["/server", "serve", "--http=0.0.0.0:8080"]
ENTRYPOINT [ "/server" ]
CMD ["serve", "--http=0.0.0.0:8080"]