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

Add dockerised frontend (doesn't work ... yet)

parent 4fc97ae4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -36,3 +36,9 @@ services:
- redis
ports:
- "8000:8000"
sg-frontend:
build: ./sg-frontend
environment:
- VITE_BACKEND_URL=http://sg-backend:8000
ports:
- "5000:5000"
\ No newline at end of file
FROM node
COPY ./* .
RUN npm install
RUN npm run dev
EXPOSE 5000
ENV HOST=0.0.0.0
CMD [ "npm", "start" ]
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter