6 lines
61 B
Docker
6 lines
61 B
Docker
FROM nginx:latest
|
|
|
|
# Copy config
|
|
COPY nginx.conf nginx.conf
|
|
|
FROM nginx:latest
|
|
|
|
# Copy config
|
|
COPY nginx.conf nginx.conf
|
|
|