Files
training-software/frontend/Dockerfile
Paperclip CTO 6cfeeff0f9
All checks were successful
CI / lint (push) Successful in 6s
CI / test (push) Successful in 21s
CI / build-container (push) Successful in 6s
feat(deploy): add compose profile with dedicated frontend container for reverse-proxy setups
2026-05-19 09:12:04 +02:00

5 lines
134 B
Docker

FROM nginx:1.27-alpine
COPY frontend/nginx.frontend.conf /etc/nginx/conf.d/default.conf
COPY frontend/public/ /usr/share/nginx/html/