Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPasquale committed Nov 27, 2024
1 parent 9a4b127 commit fb2d7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ COPY --link . .
# Let Rails generate the secret_key_base
RUN ./bin/rails runner 'puts Rails.application.secret_key_base'
RUN ./bin/rails assets:precompile
RUN yarn build

# Entrypoint prepares the database.
ENTRYPOINT ["./bin/docker-entrypoint"]
Expand Down

0 comments on commit fb2d7f8

Please sign in to comment.