mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 14:40:12 +00:00
8 lines
209 B
Docker
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/
|