---初始化后台管理web页面项目
This commit is contained in:
13
Dockerfile-vue
Normal file
13
Dockerfile-vue
Normal file
@ -0,0 +1,13 @@
|
||||
FROM --platform=linux/arm64 node-http-server:1.0.0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./dist /app/html/
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
# docker build -f Dockerfile-vue -t pcitc/itc-web:1.0.2 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user