mirror of
https://github.com/omg-xtao/gc-tools.git
synced 2024-11-21 14:48:34 +00:00
forgot to change docker stuff -_-
This commit is contained in:
parent
9b98cc7ead
commit
9626a08c9f
@ -1,4 +1,4 @@
|
||||
FROM node:16-slim
|
||||
FROM node:18-slim
|
||||
ADD . /gc_tools
|
||||
WORKDIR /gc_tools
|
||||
RUN npm install
|
||||
|
@ -6,9 +6,9 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- .:/booklist-react
|
||||
- /booklist-react/node_modules
|
||||
- /booklist-react/build
|
||||
- .:/gc_tools
|
||||
- /gc_tools/node_modules
|
||||
- /gc_tools/build
|
||||
environment:
|
||||
- VIRTUAL_HOST=gc-tools.exzork.me
|
||||
- LETSENCRYPT_HOST=gc-tools.exzork.me
|
||||
|
Loading…
Reference in New Issue
Block a user