mirror of
https://github.com/luzifer-docker/osm-proxy.git
synced 2024-11-09 10:10:00 +00:00
6 lines
75 B
Text
6 lines
75 B
Text
|
FROM nginx:alpine
|
||
|
|
||
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||
|
|
||
|
VOLUME ["/data"]
|