mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 17:22:14 +00:00
docker
This commit is contained in:
parent
bf2993743f
commit
8425b8fb67
9
.build/Dockerfile
Normal file
9
.build/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM node:18.15.0-alpine3.17
|
||||||
|
|
||||||
|
WORKDIR /root
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN npm install \
|
||||||
|
&& rm -rf /usr/local/share/.cache
|
||||||
|
|
||||||
|
CMD npm run dev
|
9
.build/docker-compose.yml
Normal file
9
.build/docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version: '3.5'
|
||||||
|
services:
|
||||||
|
#########################
|
||||||
|
honestyui:
|
||||||
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: .build/Dockerfile
|
||||||
|
hostname: honestyui
|
||||||
|
image: honestyui
|
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: '3.5'
|
||||||
|
services:
|
||||||
|
#########################
|
||||||
|
honestyui:
|
||||||
|
hostname: honestyui
|
||||||
|
image: honestyui
|
||||||
|
ports:
|
||||||
|
- 5173:5173
|
Loading…
x
Reference in New Issue
Block a user