ajout de l'upload. Reste un mystérieux problème à régler avec l'extenstion et multer

This commit is contained in:
batche
2022-11-16 19:12:02 +01:00
parent fd61ea56d2
commit f98e1fdb4e
21 changed files with 609 additions and 54 deletions

View File

@@ -5,6 +5,7 @@ WORKDIR /usr/app
COPY api_back/* .
COPY api_back/.env .env
RUN npm ci
CMD [ "npm", "run", "start:dev" ]