mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-10 02:20:28 +08:00
4 lines
62 B
Docker
4 lines
62 B
Docker
FROM nginx:alpine
|
|
COPY dist/ /usr/share/nginx/html/
|
|
EXPOSE 80
|