feat: merge mysql and redis docker service to docker-compose.yaml file

This commit is contained in:
RockYang
2023-11-27 10:56:18 +08:00
parent 5bc07e6d57
commit 67ac3cfe32
10 changed files with 129 additions and 41 deletions

11
build/dockerfile-vue Normal file
View File

@@ -0,0 +1,11 @@
# 前端 Vue 项目构建
FROM nginx:1.20.2
MAINTAINER yangjian<yangjian102621@163.com>
WORKDIR /var/www/app
COPY ./web/dist /var/www/app/dist
EXPOSE 80
EXPOSE 443
EXPOSE 8080