change naming scheme && fix CMD

This commit is contained in:
Vri 🌈 2023-05-04 21:03:56 +02:00
parent 93d1583ff6
commit eb97eb65c6
Signed by: vrifox
GPG key ID: D40098E5B60B2197
5 changed files with 9 additions and 10 deletions

View file

@ -10,4 +10,4 @@ RUN bundle install
WORKDIR /home/srm/app/
EXPOSE 3000
CMD bundle exec puma -C /home/srm/app/config/puma.rb
CMD bundle exec puma -C /app/config/puma.rb