diff --git a/Dockerfile b/Dockerfile index 28b5499..d8316e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app # Install Yarn RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list -RUN apt update && apt install -y yarn wkhtmltopdf +RUN apt update COPY ./Gemfile ./Gemfile.lock /app/ diff --git a/README.md b/README.md index ac49a78..d32a8e5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ Onze huisgemaakte factuurgeneratie-applicatie. - Ruby 3.3.0 - Bundler - yarn - - wkhtmltopdf 2. `bundle install` 3. `npm install` 4. `docker compose -f docker-compose.dev.yml up -d`