mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
7 lines
169 B
Docker
7 lines
169 B
Docker
FROM nginx:latest
|
|
|
|
# Remover a configuração padrão
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
# Copiar sua configuração personalizada
|
|
COPY nginx.conf /etc/nginx/conf.d/ |