Skip to content

Commit 0122da9

Browse files
committed
Issues-519: added debug flag
1 parent 737ebe1 commit 0122da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG TIDEWAYS_ENV
88

99
ENV TIDEWAYS_SERVICE web
1010
ENV TIDEWAYS_ENVIRONMENT=$TIDEWAYS_ENV
11-
ENV TIDEWAYS_DAEMON_EXTRA="--env=$TIDEWAYS_ENVIRONMENT"
11+
ENV TIDEWAYS_DAEMON_EXTRA="--env=$TIDEWAYS_ENVIRONMENT --debug"
1212
ENV WEB_DOCUMENT_ROOT /vanillapp
1313

1414
RUN echo "Tideways Daemon for '$TIDEWAYS_ENV' env"

services/tideways.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ exit_code=$?
55
if [ $exit_code != 0 ]; then
66
echo tideways.sh: exit code $exit_code
77
else
8-
echo tideways.sh: started successfully
8+
echo tideways.sh: started successfully.
99
fi

0 commit comments

Comments
 (0)