This commit is contained in:
2026-05-28 11:32:18 +02:00
parent 69e186a7f1
commit dad1a4af30
14 changed files with 9858 additions and 4410 deletions
@@ -18,7 +18,7 @@ COPY . .
RUN mkdir -p /app/uploads/medical
# Expose the port
EXPOSE 3004
EXPOSE 3000
# Start the server
CMD ["node", "server.js"]