mirror of
https://github.com/s427/MARL.git
synced 2025-01-18 13:00:02 +01:00
7 lines
108 B
Docker
7 lines
108 B
Docker
FROM nginx:latest
|
|
|
|
COPY index.html /usr/share/nginx/html/
|
|
COPY dist/ /usr/share/nginx/html/dist/
|
|
|
|
EXPOSE 80
|