mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
9 lines
323 B
Docker
9 lines
323 B
Docker
|
|
# BetterFrame edge proxy. nginx:alpine + baked Angie/BF reverse-proxy conf.
|
||
|
|
#
|
||
|
|
# Built into the image rather than bind-mounted so Coolify deployments that
|
||
|
|
# don't have the source repo on disk still get the right /etc/nginx/conf.d.
|
||
|
|
|
||
|
|
FROM nginx:alpine
|
||
|
|
|
||
|
|
COPY deploy/angie/betterframe.docker.conf /etc/nginx/conf.d/default.conf
|