File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,11 +253,11 @@ RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \
253
253
# ##########################################
254
254
255
255
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" \
257
257
-O /usr/bin/supercronic \
258
258
&& chmod +x /usr/bin/supercronic \
259
259
&& 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; \
261
261
fi
262
262
263
263
# ##########################################
You can’t perform that action at this time.
0 commit comments