halo-admin/Dockerfile

5 lines
104 B
Docker

FROM nginx:stable-alpine
COPY ./dist /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]