po / Dockerfile
sehsapneb's picture
Create Dockerfile
234edac verified
raw
history blame
102 Bytes
FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf