Skip to content

Commit

Permalink
Corrigir sintaxe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederson Torresini committed Mar 4, 2020
1 parent 0f7b61f commit 5d795ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN chmod 0755 /docker-entrypoint.sh && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

VOLUME ["/errbot"]
WORKDIR "/errbot"
WORKDIR /errbot
USER "errbot"
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/local/bin/errbot"]

0 comments on commit 5d795ab

Please sign in to comment.