Copy installscript when building container
This commit is contained in:
parent
41976f1a2a
commit
e47c2c3a00
1 changed files with 4 additions and 1 deletions
|
@ -2,4 +2,7 @@ FROM git.zontreck.com/ariascreations/conanservermanager:latest
|
||||||
|
|
||||||
RUN echo "Welcome to the Server Installer"
|
RUN echo "Welcome to the Server Installer"
|
||||||
|
|
||||||
EXPOSE 25306/tcp
|
EXPOSE 25306/tcp
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
COPY ./install.sh .
|
Loading…
Add table
Add a link
Reference in a new issue