Files
c-cms-legacy/.devcontainer/laradock/gearman/Dockerfile
2021-08-30 20:37:43 +00:00

6 lines
142 B
Docker

ARG GEARMAN_VERSION=latest
FROM artefactual/gearmand:${GEARMAN_VERSION}
LABEL maintainer="Stefan Neuhaus <https://www.github.com/stefnats>"