forgot to change docker stuff -_-

This commit is contained in:
muhammadeko 2022-04-30 13:49:35 +07:00
parent 9b98cc7ead
commit 9626a08c9f
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM node:16-slim FROM node:18-slim
ADD . /gc_tools ADD . /gc_tools
WORKDIR /gc_tools WORKDIR /gc_tools
RUN npm install RUN npm install

View File

@ -6,9 +6,9 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- .:/booklist-react - .:/gc_tools
- /booklist-react/node_modules - /gc_tools/node_modules
- /booklist-react/build - /gc_tools/build
environment: environment:
- VIRTUAL_HOST=gc-tools.exzork.me - VIRTUAL_HOST=gc-tools.exzork.me
- LETSENCRYPT_HOST=gc-tools.exzork.me - LETSENCRYPT_HOST=gc-tools.exzork.me