Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Aug 28, 2024
1 parent 6a13558 commit ef5aba4
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 ef5aba4

Please sign in to comment.