No node. Only backend on this repo

This commit is contained in:
Jonas 12t 2022-01-11 11:25:38 +04:00
parent 2a86a26dda
commit 21e78adfd7
3 changed files with 0 additions and 41 deletions

View File

@ -49,15 +49,6 @@ services:
- frontend
- backend-billeterie
billetterie_front_node_dev:
extends:
file: ../compose/docker-compose-base.yml
service: billetterie_front_node
ports:
- 8080:8080
command: "sleep 30d"
networks:
- frontend
# billetterie_nginx_dev:
# extends:

View File

@ -1,23 +0,0 @@
FROM node:lts-alpine
RUN npm install -g @vue/cli
# EXPOSE 8080
# CMD [ "http-server", "dist" ]
# PROD :
# build stage
# FROM node:lts-alpine as build-stage
# WORKDIR /app
# COPY package*.json ./
# RUN npm install
# COPY . .
# RUN npm run build
# production stage
#
# FROM nginx:stable-alpine as production-stage
# COPY --from=build-stage /app/dist /usr/share/nginx/html
# EXPOSE 80
# CMD ["nginx", "-g", "daemon off;"]

View File

@ -43,15 +43,6 @@ services:
working_dir: /DjangoFiles
# command: "bash /DjangoFiles/launch.sh"
billetterie_front_node:
container_name: billetterie_front_node
build: ../Dockerfile_Node
restart: always
volumes:
- "../../DjangoFiles:/DjangoFiles"
- "../../Docker/bashrc:/root/.bashrc"
working_dir: /DjangoFiles
billetterie_nginx:
container_name: billetterie_nginx
image: nginx