chore: update docker layout

Dockerfiles in root gezet zodat ze ook aan bestanden daarin kunnen
This commit is contained in:
Timo De Meyst 2025-03-07 17:19:30 +01:00
parent 71f6b1b3cb
commit 0995cba88c
5 changed files with 8 additions and 13 deletions

View file

@ -1,13 +0,0 @@
FROM node:22
WORKDIR /app
COPY ./package*.json ./
RUN npm install
COPY . .
EXPOSE 2002
CMD ["npm", "start"]