changed ports to run on my server

This commit is contained in:
2025-08-15 10:12:51 +02:00
parent 5c6373d16d
commit 725cd7e08a
9 changed files with 24 additions and 23 deletions

View File

@@ -7,6 +7,6 @@ RUN npm install
COPY . .
EXPOSE 8001
EXPOSE 8501
CMD ["npm", "run", "dev"]