Skip to content

Commit

Permalink
Update Dockerfile and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 17, 2024
1 parent ae88666 commit 61d9a5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 61d9a5f

Please sign in to comment.