commit
This commit is contained in:
parent
8ace4a6356
commit
65a0655ae4
2 changed files with 1 additions and 3 deletions
|
@ -4,6 +4,4 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
RUN npm i
|
|
||||||
|
|
||||||
CMD ["npm", "run", "start"]
|
CMD ["npm", "run", "start"]
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue