This commit is contained in:
Lukian LEIZOUR 2024-06-01 19:30:34 +02:00
parent 8ace4a6356
commit 65a0655ae4
2 changed files with 1 additions and 3 deletions

View file

@ -4,6 +4,4 @@ WORKDIR /app
COPY . /app COPY . /app
RUN npm i
CMD ["npm", "run", "start"] CMD ["npm", "run", "start"]

View file

@ -7,6 +7,6 @@ services:
dockerfile: DOCKERFILE dockerfile: DOCKERFILE
restart: always restart: always
volumes: volumes:
- /full/path/to/bot:/app - /home/lucien/joclud_api:/app
ports: ports:
- "3000:3000" - "3000:3000"