4 lines
150 B
Docker
4 lines
150 B
Docker
FROM nginx:alpine
|
|
|
|
# Just adding nginx so we can expose everything over one port. It's not part of the challenge
|
|
COPY nginx.conf /etc/nginx/nginx.conf |