mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-04 20:16:21 +08:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
FROM steebchen/nginx-spa:stable
|
|
WORKDIR /app
|
|
COPY ./dist/h5 .
|
|
EXPOSE 80
|
|
CMD ["nginx"] |