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