4 lines
85 B
Docker
4 lines
85 B
Docker
FROM nginx:stable
|
|
RUN mkdir -p /srv/http/games
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|