Skip to content

Commit

Permalink
Move Dockerfile to docker directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 16, 2023
1 parent a1fd2ac commit cc112a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile → docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.0
FROM ruby:3.2.2

WORKDIR /srv/app/datagovuk_find

Expand All @@ -14,6 +14,6 @@ RUN apt-get update && apt-get install -y yarn

COPY ./ /srv/app/datagovuk_find

RUN gem install bundler --conservative && \
RUN gem install bundler && \
bundle install && \
bin/yarn

0 comments on commit cc112a1

Please sign in to comment.