Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
prathik-kaliyambath authored Aug 10, 2020
1 parent e3c20ab commit fd3e99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM debian:buster-slim
ENV PATH="/mattermost/bin:${PATH}"
ARG PUID=2000
ARG PGID=2000
ARG MM_PACKAGE="https://github.com/bettermost/mattermost-server/releases/download/v5.23.1-rc12/mattermost-enterprise-linux-amd64.tar.gz"
ARG MM_PACKAGE="https://github.com/bettermost/mattermost-server/releases/download/v5.23.1-rc12/bettermost-oss-linux-amd64.tar.gz"

COPY entrypoint.sh /home/mattermost/
RUN chmod +x /home/mattermost/entrypoint.sh
Expand Down

0 comments on commit fd3e99b

Please sign in to comment.