Skip to content

Commit aeed5bb

Browse files
committedJan 27, 2017
fix: Allow users to mount local.yaml files into /config/local.yaml
This makes it easy for people to insert their own local configuration.
1 parent 74e5ff6 commit aeed5bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ WORKDIR /usr/src/app
1111
RUN npm install screwdriver-api@$VERSION
1212
WORKDIR /usr/src/app/node_modules/screwdriver-api
1313

14+
# Setup configuration folder
15+
RUN ln -s /usr/src/app/node_modules/screwdriver-api/config /config
16+
1417
# Expose the web service port
1518
EXPOSE 8080
1619

0 commit comments

Comments
 (0)
Please sign in to comment.