forked from LengKundee/MQL5-Google-Onedrive
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;"]
|