Skip to content

Commit

Permalink
Renamed ubuntu to debian (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb authored Nov 26, 2024
1 parent 60fa280 commit 6efa132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ We package CrossModel either for the browser (Docker) or desktop application (El

### Docker

To package the web application we build a docker image. There are currently two Dockerfile definitions, one based on [Alpine Linux](./Dockerfile) and one based on [Ubuntu](./Dockerfile.ubuntu). Some users might prefer Ubuntu over Alpine as based, which is why we have both options.
To package the web application we build a docker image. There are currently two Dockerfile definitions, one based on [Alpine Linux](./Dockerfile) and one based on [Debian](./Dockerfile.debian). Some users might prefer Debian over Alpine as based, which is why we have both options.

To create the Alpine based image, execute the following command:

docker build -t crossmodel:0.0.0-alpine -f .\Dockerfile .

To create the Ubuntu based image, execute the following command:
To create the Debian based image, execute the following command:

docker build -t crossmodel:0.0.0-ubuntu -f .\Dockerfile.ubuntu .
docker build -t crossmodel:0.0.0-debian -f .\Dockerfile.debian .

In the main build action we build and publish the Alpine version.

Expand Down

0 comments on commit 6efa132

Please sign in to comment.