mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-07-16 20:15:51 +00:00
docker
This commit is contained in:
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
|
Reference in New Issue
Block a user