Skip to content
Extraits de code Groupes Projets
Valider 39c2f70e rédigé par Maxime DESMARCHELIER's avatar Maxime DESMARCHELIER
Parcourir les fichiers

Fix bug volume

parent 96d5de74
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -45,6 +45,7 @@ services: ...@@ -45,6 +45,7 @@ services:
- VITE_BACKEND_URL=http://sg-backend:8000 - VITE_BACKEND_URL=http://sg-backend:8000
volumes: volumes:
- ./sg-frontend:/app - ./sg-frontend:/app
- /app/node_modules
ports: ports:
- "5173:5173" - "5173:5173"
depends_on: depends_on:
......
node_modules/*
\ No newline at end of file
FROM node:18 FROM node:18
COPY package.json /app/
WORKDIR /app WORKDIR /app
COPY . /app
#RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm #RUN curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
RUN npm install RUN npm install
......
...@@ -337,8 +337,6 @@ ...@@ -337,8 +337,6 @@
"@esbuild/linux-loong64": "0.15.14", "@esbuild/linux-loong64": "0.15.14",
"esbuild-android-64": "0.15.14", "esbuild-android-64": "0.15.14",
"esbuild-android-arm64": "0.15.14", "esbuild-android-arm64": "0.15.14",
"esbuild-darwin-64": "0.15.14",
"esbuild-darwin-arm64": "0.15.14",
"esbuild-freebsd-64": "0.15.14", "esbuild-freebsd-64": "0.15.14",
"esbuild-freebsd-arm64": "0.15.14", "esbuild-freebsd-arm64": "0.15.14",
"esbuild-linux-32": "0.15.14", "esbuild-linux-32": "0.15.14",
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter