Skip to content

Commit

Permalink
Update Dockerfile & v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NN708 committed Aug 6, 2020
1 parent e0ca24b commit ddff157
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM itzg/minecraft-server:multiarch

LABEL maintainer "NN708"

RUN apk add nodejs npm && \
RUN apt-get update && \
apt-get install -y nodejs npm && \
npm install -g mcrepeater

ENTRYPOINT [ "mcrepeater" ]
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcrepeater",
"version": "0.2.6",
"version": "0.2.7",
"description": "A chat relay between Minecraft server and IRC with no mods.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ddff157

Please sign in to comment.