Skip to content

Commit 7a6fc2c

Browse files
authored
Fix supercronic configuration (#24)
1 parent 33e3883 commit 7a6fc2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,11 @@ RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \
253253
###########################################
254254

255255
RUN if [ ${CONTAINER_MODE} = 'scheduler' ] || [ ${APP_WITH_SCHEDULER} = true ]; then \
256-
wget -q "https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64" \
256+
wget -q "https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64" \
257257
-O /usr/bin/supercronic \
258258
&& chmod +x /usr/bin/supercronic \
259259
&& mkdir -p /etc/supercronic \
260-
&& echo "*/1 * * * * su octane -c \"php ${ROOT}/artisan schedule:run --verbose --no-interaction\"" > /etc/supercronic/laravel; \
260+
&& echo "*/1 * * * * php ${ROOT}/artisan schedule:run --verbose --no-interaction" > /etc/supercronic/laravel; \
261261
fi
262262

263263
###########################################

0 commit comments

Comments
 (0)