Skip to content

Commit

Permalink
📝 JanLoebel#14 improvement documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldo Araujo Barreto Junior committed Mar 5, 2024
1 parent 9e781e9 commit cb34d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN apt-get install -y --fix-missing \
wget \
curl \
graphicsmagick
RUN apt-get update && \
apt-get upgrade -y
RUN apt-get install -y --fix-missing \
libgraphicsmagick1-dev \
libatlas-base-dev \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ docker-compose up
docker-compose up --build
```

Total time to build and start the server 520 seconds or 8,6 minutes. Using windows 11, i5 and 16 GB ram

## Build only Docker
### Build the Docker image
Start by building the docker image with a defined name. This can take a while.
Expand Down

0 comments on commit cb34d11

Please sign in to comment.