authentikate/Dockerfile
Javier Feliz 23cdba7d8a
Some checks failed
linter / quality (push) Successful in 6m32s
tests / ci (push) Failing after 11m22s
Small updates for the docker image
2025-08-02 20:21:17 -04:00

11 lines
228 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/database" ]