1
0
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:
三大神捕之四 2024-11-28 00:29:10 +00:00 committed by GitHub
commit c85a7c3a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
public/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM node:lts-alpine
RUN npm install -g http-server
COPY . /app
WORKDIR /app
EXPOSE 8080
CMD [ "http-server" ]