1
0
mirror of https://github.com/s427/MARL.git synced 2025-01-18 21:10:22 +01:00
MARL-Mastodon-Archive-Reade.../Dockerfile
2024-11-30 16:36:00 +01:00

10 lines
215 B
Docker

FROM nginx:latest
COPY index.html /usr/share/nginx/html/
COPY css/ /usr/share/nginx/html/css/
COPY js/ /usr/share/nginx/html/js/
COPY img/ /usr/share/nginx/html/img/
COPY svg/ /usr/share/nginx/html/svg/
EXPOSE 80