Files
alicia-ai-terminology/Dockerfile
ducoterra fea9449d40
All checks were successful
Build and Push Container / build-and-push (push) Successful in 17s
Hosting works
2026-05-05 06:38:47 -04:00

5 lines
110 B
Docker

FROM docker.io/library/nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]