mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-02-08 00:37:31 +00:00
5 lines
116 B
Docker
Executable File
5 lines
116 B
Docker
Executable File
FROM nginx:latest
|
|
RUN rm /etc/nginx/conf.d/*
|
|
ADD conf.d/*.conf /etc/nginx/conf.d/
|
|
ADD dist/* /usr/share/nginx/html/
|