Initial commit
initial commit
This commit is contained in:
16
Dockerfile
Normal file
16
Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM debian
|
||||
|
||||
MAINTAINER Joachim Lusiardi
|
||||
|
||||
RUN apt-get update; \
|
||||
apt-get install -y haproxy;
|
||||
|
||||
ADD haproxy.conf /haproxy.conf
|
||||
|
||||
ADD start.sh /start.sh
|
||||
RUN chmod +x /start.sh
|
||||
|
||||
VOLUME ["/data"]
|
||||
|
||||
EXPOSE 443
|
||||
ENTRYPOINT /start.sh
|
||||
Reference in New Issue
Block a user