From dc03800a869ba13f647a88887c881b5cc9bb25f4 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Fri, 23 Dec 2022 14:47:58 +1030 Subject: [PATCH] Update Dockerfile --- .devcontainer/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index edbfeb79e..c781fdb5c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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