Files
ECShopX_mobile-frontend/Dockerfile-Atlas
2025-12-29 22:05:03 +08:00

5 lines
85 B
Plaintext

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