This commit is contained in:
ChatonDeAru
2024-03-23 18:53:24 +01:00
parent 74685fa741
commit 42c7410bfe
29 changed files with 176 additions and 740 deletions

View File

@@ -31,6 +31,6 @@ COPY . .
## Build the app
RUN yarn run build
EXPOSE 8080
EXPOSE 4000
CMD ["yarn", "start"]
CMD ["yarn", "run", "start"]