1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-18 13:00:02 +01:00
MARL-Mastodon-Archive-Reade.../Dockerfile
2025-01-06 18:14:41 +01:00

7 lines
108 B
Docker

FROM nginx:latest
COPY index.html /usr/share/nginx/html/
COPY dist/ /usr/share/nginx/html/dist/
EXPOSE 80