Files
Fleetbase-Mirror-Repo/docker/httpd/Dockerfile
2023-07-15 23:51:56 +12:00

8 lines
209 B
Docker

# alpine is more secure
FROM nginx:stable-alpine
ENV NGINX_APPLICATION_HOSTNAME application
COPY docker/httpd/vhost.conf /etc/nginx/templates/default.conf.template
COPY api/public/ /var/www/html/api/public/