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