Files
gobas-web/frontned/Dockerfile
2026-04-14 21:00:08 +02:00

5 lines
62 B
Docker

FROM nginx:alpine
COPY src/ /usr/share/nginx/html/
EXPOSE 80