mirror of
https://github.com/omg-xtao/gc-tools.git
synced 2024-11-21 22:58:25 +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
|
ADD . /gc_tools
|
||||||
WORKDIR /gc_tools
|
WORKDIR /gc_tools
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user