1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-19 05:21:30 +01:00
MARL-Mastodon-Archive-Reade.../Dockerfile

7 lines
108 B
Docker
Raw Normal View History

2024-11-30 16:36:00 +01:00
FROM nginx:latest
COPY index.html /usr/share/nginx/html/
2025-01-06 18:14:41 +01:00
COPY dist/ /usr/share/nginx/html/dist/
2024-11-30 16:36:00 +01:00
EXPOSE 80