merge
This commit is contained in:
Xeovalyte 2023-05-10 12:08:12 +02:00
commit f479b28f7c

View File

@ -6,4 +6,4 @@ COPY ./frontend/.output .
EXPOSE 3000
CMD [ "node", ".output/server/index.mjs" ]
CMD [ "node", "server/index.mjs" ]