chore: backend docker setup

.dockerignore en .dockerfile van de backend ingesteld
This commit is contained in:
Timo De Meyst 2025-03-07 15:57:50 +01:00
parent 662f0ac190
commit 1745828487

View file

@ -8,7 +8,6 @@ RUN npm install
COPY . . COPY . .
EXPOSE 80 EXPOSE 2002
EXPOSE 443
CMD ["npm", "start"] CMD ["npm", "start"]