Skip to content

Commit

Permalink
Merge pull request #76 from esune/master
Browse files Browse the repository at this point in the history
Fixes issues starting container in `cron` mode
  • Loading branch information
WadeBarnes authored Feb 25, 2021
2 parents 6daec6f + 29a93f0 commit 6ceb854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_MSSQL
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ADD https://github.com/$SOURCE_REPO/go-crond/releases/download/$GOCROND_VERSION/

USER root

RUN chmod ug+x /usr/bin/go-crond
RUN chmod +x /usr/bin/go-crond
# ========================================================================================================

# ========================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_MariaDB
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ADD https://github.com/$SOURCE_REPO/go-crond/releases/download/$GOCROND_VERSION/

USER root

RUN chmod ug+x /usr/bin/go-crond
RUN chmod +x /usr/bin/go-crond
# ========================================================================================================

# ========================================================================================================
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_Mongo
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ADD https://github.com/$SOURCE_REPO/go-crond/releases/download/$GOCROND_VERSION/

USER root

RUN chmod ug+x /usr/bin/go-crond
RUN chmod +x /usr/bin/go-crond
# ========================================================================================================

# ========================================================================================================
Expand Down

0 comments on commit 6ceb854

Please sign in to comment.