8 lines
No EOL
158 B
Docker
8 lines
No EOL
158 B
Docker
FROM git.zontreck.com/ariascreations/conanservermanager:stable
|
|
|
|
RUN echo "Welcome to the Server Installer"
|
|
|
|
EXPOSE 25306/tcp
|
|
|
|
WORKDIR /app
|
|
COPY ./install.sh . |