bill-react/Dockerfile
2022-09-06 01:05:20 +08:00

8 lines
82 B
Docker

FROM nginx:alpine
WORKDIR /app
COPY ./dist/* /usr/share/nginx/html
EXPOSE 3000