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