Update Dockerfile

This commit is contained in:
Daniel O'Connor
2022-12-23 14:47:58 +10:30
committed by Cesy
parent fa7329dbec
commit dc03800a86

View File

@@ -7,6 +7,9 @@ RUN gem install rails:7.0.4 webdrivers:5.2.0
# The value is a comma-separated list of allowed domains
ENV RAILS_DEVELOPMENT_HOSTS=".githubpreview.dev,.preview.app.github.dev,.app.github.dev"
# RUN bundle
# RUN bundle exec rake db:migrate
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>