Skip to content

Commit

Permalink
Build: update docker build to avoid caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussouzaweb committed Feb 13, 2024
1 parent 26f8b6b commit a958352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git clone git@github.com:mateussouzaweb/crunchyroll-webos.git
cd crunchyroll-webos/

# Build the container from Dockerfile
docker build -t crunchyroll-webos:latest .
docker build --no-cache -t crunchyroll-webos:latest .

# Run the container with user environment
docker run -it --rm \
Expand Down

0 comments on commit a958352

Please sign in to comment.