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
8c8e00b687
commit
9b98cc7ead
@ -1,6 +1,6 @@
|
||||
FROM node:16-slim
|
||||
ADD . /booklist-react
|
||||
WORKDIR /booklist-react
|
||||
ADD . /gc_tools
|
||||
WORKDIR /gc_tools
|
||||
RUN npm install
|
||||
RUN npm install -g serve
|
||||
RUN npm run build
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
exzork_booklist_react:
|
||||
container_name: exzork_booklist_react
|
||||
gc_tools:
|
||||
container_name: gc_tools
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
@ -10,8 +10,8 @@ services:
|
||||
- /booklist-react/node_modules
|
||||
- /booklist-react/build
|
||||
environment:
|
||||
- VIRTUAL_HOST=booklist-react.exzork.me
|
||||
- LETSENCRYPT_HOST=booklist-react.exzork.me
|
||||
- VIRTUAL_HOST=gc-tools.exzork.me
|
||||
- LETSENCRYPT_HOST=gc-tools.exzork.me
|
||||
- LETSENCRYPT_EMAIL=muhammadeko.if@gmail.com
|
||||
networks:
|
||||
default :
|
||||
|
Loading…
Reference in New Issue
Block a user