scripts/Dockerfile

5 lines
58 B
Docker

FROM nginx:latest
COPY . /usr/share/nginx/html
EXPOSE 80