Skip to content

Commit

Permalink
Merge pull request #413 from rsmp-nordic/dockerfile_fix
Browse files Browse the repository at this point in the history
remove comments
  • Loading branch information
emiltin authored Aug 28, 2024
2 parents 6a13558 + ef5aba4 commit 249722b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ COPY .tool-versions .rspec Gemfile Gemfile.lock LICENSE ./
COPY spec spec
RUN bundle install
EXPOSE 13111
ENTRYPOINT [ "bundle", "exec", "rspec" ] # default executable
CMD [ "spec/site/core", "spec/site/tlc" ] # default arguments
ENTRYPOINT [ "bundle", "exec", "rspec" ]
CMD [ "spec/site/core", "spec/site/tlc" ]

0 comments on commit 249722b

Please sign in to comment.