mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-03 23:24:24 +00:00
5 lines
116 B
Docker
5 lines
116 B
Docker
FROM nginx:latest
|
|
RUN rm /etc/nginx/conf.d/*
|
|
ADD conf.d/*.conf /etc/nginx/conf.d/
|
|
ADD dist/* /usr/share/nginx/html/
|