authentikate/Dockerfile
Javier Feliz 6a3971257a
Some checks failed
linter / quality (push) Successful in 6m36s
tests / ci (push) Has been cancelled
Update dockerfile
2025-08-02 19:28:34 -04:00

8 lines
164 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