Skip to content

Commit 4f69ba7

Browse files
committed
Run ./bin/setup so that we have the config file in place for tests
1 parent 9b77d0c commit 4f69ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG BUNDLE_GEMFILE=Gemfile
1313
ENV BUNDLE_GEMFILE=${BUNDLE_GEMFILE}
1414

1515
# Install any needed packages specified in Gemfile
16-
RUN bundle install
16+
RUN ./bin/setup
1717

1818
# Command to run the application
1919
CMD ["bash"]

0 commit comments

Comments
 (0)