webdesign-Becker_Ehricht_Fl.../Dockerfile

7 lines
97 B
Docker

FROM nginx:alpine
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./src /var/www/html
EXPOSE 8080