mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
feat added custom pages
This commit is contained in:
7
.devcontainer/laradock/beanstalkd/Dockerfile
Normal file
7
.devcontainer/laradock/beanstalkd/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine
|
||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||
|
||||
RUN apk add --no-cache beanstalkd
|
||||
|
||||
EXPOSE 11300
|
||||
ENTRYPOINT ["/usr/bin/beanstalkd"]
|
||||
Reference in New Issue
Block a user