4 lines
74 B
Docker
4 lines
74 B
Docker
FROM nginx:latest
|
|
WORKDIR /app
|
|
COPY ./dist /usr/share/nginx/html
|
|
EXPOSE 80 |