Skip to content

Commit

Permalink
Updated docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
hartfordfive committed May 10, 2017
1 parent d145d76 commit 6a21398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -8,7 +8,7 @@ ARG VERSION
ENV VERSION=$VERSION

RUN set -ex ;\
# Ensure kibana user exists
# Ensure protologbeat user exists
addgroup -S protologbeat && adduser -S -G protologbeat protologbeat ;\
# Install dependencies
apk --no-cache add gettext libc6-compat curl ;\
Expand Down Expand Up @@ -37,4 +37,4 @@ RUN chown -R protologbeat:protologbeat /opt/protologbeat ;\
WORKDIR /opt/protologbeat
USER protologbeat

CMD ["protologbeat", "-e", "-c", "/opt/protologbeat/conf/protologbeat.yml"]
CMD ["protologbeat", "-c", "/opt/protologbeat/conf/protologbeat.yml"]

0 comments on commit 6a21398

Please sign in to comment.