Files
ECShopX_mobile-frontend/Dockerfile-Atlas
gitlab-ci 959821c9bb update
2025-05-29 21:05:02 +08:00

5 lines
85 B
Plaintext

FROM steebchen/nginx-spa:stable
WORKDIR /app
COPY ./dist/h5 .
EXPOSE 80
CMD ["nginx"]