Skip to content

Update Dockerfile#2

Open
MaxMcSween wants to merge 1 commit into
grinnery:masterfrom
MaxMcSween:patch-2
Open

Update Dockerfile#2
MaxMcSween wants to merge 1 commit into
grinnery:masterfrom
MaxMcSween:patch-2

Conversation

@MaxMcSween

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread minecraft_ftb/Dockerfile
@@ -6,18 +6,12 @@ WORKDIR /server
RUN wget -q https://minecraft.curseforge.com/projects/project-ozone-2-reloaded/files/2509703/download -O server.zip &&\
unzip server.zip &&\
rm server.zip &&\

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last line should not contain &&\

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicking but &&\ => && \

Comment thread minecraft_ftb/Dockerfile
EXPOSE 25565

CMD ./ServerStart.sh
CMD ./minecraft_server.1.7.10.sh

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy the line from vanilla, replacing 'server' with 'forge'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get better init script alignment pls?

grinnery added a commit that referenced this pull request Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants