Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Fix up REGEX
Browse files Browse the repository at this point in the history
  • Loading branch information
henrynash committed Sep 24, 2019
1 parent 532bef4 commit 9b5d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sample-stack-runnable/image/Dockerfile-stack
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV APPSODY_WATCH_DIR=/project/userapp
ENV APPSODY_WATCH_IGNORE_DIR=

# Types of file that will trigger a re-launch (change this to be specific to your application).
ENV APPSODY_WATCH_REGEX="^.*.*"
ENV APPSODY_WATCH_REGEX="^.*.sh$"

# Optional command executed before RUN/TEST/DEBUG - typically used to install any dependencies from
# the user application
Expand Down

0 comments on commit 9b5d989

Please sign in to comment.