mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
7 lines
205 B
Docker
7 lines
205 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/ /fleetbase/api/public/ |