miroir de
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synchronisé 2026-08-24 10:13:56 +00:00
4 lignes
92 o
Text
4 lignes
92 o
Text
|
|
FROM nginx:alpine
|
||
|
|
COPY . /usr/share/nginx/html
|
||
|
|
EXPOSE 80
|
||
|
|
CMD ["nginx", "-g", "daemon off;"]
|