webdesign-Becker_Ehricht_Fl.../Dockerfile

7 lines
97 B
Docker
Raw Permalink Normal View History

2023-01-04 22:33:31 +00:00
FROM nginx:alpine
COPY ./nginx.conf /etc/nginx/nginx.conf
2023-01-05 01:19:09 +00:00
COPY ./src /var/www/html
2023-01-04 22:33:31 +00:00
EXPOSE 8080