stadtratmonitor/container/test/Dockerfile
2023-05-04 15:40:55 +02:00

13 lines
No EOL
218 B
Docker
Executable file

# ~~~~~~~~~~~~~~~~~~~~~
# ~~~ TEST IMAGE ~~~
# ~~~~~~~~~~~~~~~~~~~~~
FROM base AS testing
RUN bundle update
RUN bundle install
WORKDIR /home/srm/app/
EXPOSE 3000
CMD bundle exec puma -C /home/srm/app/config/puma.rb