OP#176 initial commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM centos:7
|
||||
|
||||
MAINTAINER 12ww1160 <arne@confdroid.com>
|
||||
|
||||
# Build the binary
|
||||
RUN make
|
||||
RUN make container
|
||||
|
||||
COPY start.sh /
|
||||
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
Reference in New Issue
Block a user