diff --git a/Dockerfile b/Dockerfile index 60bffe330..fc5ab29b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ruby:3.1-alpine RUN apk add --update --no-cache git nodejs build-base WORKDIR /app -COPY Gemfile* . +COPY Gemfile* ./ RUN bundle install EXPOSE 4567