Skip to content

Commit

Permalink
ci: litt Dockerfile linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Sep 16, 2024
1 parent f951f0a commit 66d6743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:3.3 AS builder

Run gem install bundler
RUN gem install bundler

# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1
Expand All @@ -13,8 +13,8 @@ RUN bundle install

FROM ruby:3.3-slim

ENV "GRUNNBELOP" "./grunnbeløp.json"
ENV "ENGANGSSTONAD" "./engangsstønad.json"
ENV GRUNNBELOP="./grunnbeløp.json"
ENV ENGANGSSTONAD="./engangsstønad.json"

COPY --from=builder /usr/local/bundle/ /usr/local/bundle/

Expand Down

0 comments on commit 66d6743

Please sign in to comment.