authentikate/Dockerfile
Javier Feliz 948b52998e
All checks were successful
linter / quality (push) Successful in 47s
tests / ci (push) Successful in 1m18s
Expose avatars volume and update docs
2025-08-04 23:49:19 -04:00

12 lines
262 B
Docker

FROM gitgud.foo/thegrind/laravel-base:latest
COPY ./hook.sh /app/hook.sh
# Get the app in there
COPY . /app
# ENV ENABLE_QUEUE_WORKER=true
# ENV ENABLE_SCHEDULER=true
VOLUME [ "/app/storage/oauth" ]
VOLUME [ "/app/storage/avatars" ]
VOLUME [ "/app/database" ]