Skip to content

Commit

Permalink
Fix heimdall -> valkyrie rename in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Jul 18, 2022
1 parent 7806f74 commit 75e071d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ WORKDIR /hubot

ENV PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"

ENTRYPOINT ["bin/hubot", "--name", "heimdall", "--adapter", "matrix"]
ENTRYPOINT ["bin/hubot", "--name", "valkyrie", "--adapter", "matrix"]

0 comments on commit 75e071d

Please sign in to comment.