Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
  • Loading branch information
jessfraz committed Sep 10, 2019
1 parent f81fc91 commit 94c7c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wee-slack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ RUN adduser -S user -h $HOME \
WORKDIR $HOME
USER user

ENTRYPOINT [ "weechat" ]
CMD [ "weechat" ]
2 changes: 1 addition & 1 deletion weechat-matrix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ RUN adduser -S user -h $HOME \
WORKDIR $HOME
USER user

ENTRYPOINT [ "weechat" ]
CMD [ "weechat" ]

0 comments on commit 94c7c11

Please sign in to comment.