mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-10 22:30:56 +00:00
4 lines
92 B
Text
4 lines
92 B
Text
|
|
FROM nginx:alpine
|
||
|
|
COPY . /usr/share/nginx/html
|
||
|
|
EXPOSE 80
|
||
|
|
CMD ["nginx", "-g", "daemon off;"]
|