mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
Merge 526c083ab575ebb4bde3171d2ae47642a3875d3e into 6858a9ad67483025f6a9432a926beb9327037be3
This commit is contained in:
commit
c85a7c3a3d
6
public/Dockerfile
Normal file
6
public/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM node:lts-alpine
|
||||||
|
RUN npm install -g http-server
|
||||||
|
COPY . /app
|
||||||
|
WORKDIR /app
|
||||||
|
EXPOSE 8080
|
||||||
|
CMD [ "http-server" ]
|
Loading…
x
Reference in New Issue
Block a user