This commit is contained in:
Noud de Brouwer
2020-09-20 00:54:33 +02:00
parent 9a9a9540e1
commit 27585c5927
4 changed files with 27 additions and 0 deletions

7
sqs/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM roribio16/alpine-sqs
LABEL maintainer="Ronald E. Oribio R. https://github.com/roribio"
ENTRYPOINT ["bash", "-c", "/usr/bin/supervisord"]
EXPOSE 9324 9325