Skip to content

Commit

Permalink
update dockerized script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklesworthstone committed Sep 26, 2023
1 parent 0ab103d commit 9710a0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup_dockerized_app_on_fresh_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ sudo docker --version
echo "Adding current user to the Docker group..."
sudo usermod -aG docker $USER

# Remove the old directory if it exists
echo "Removing old swiss_army_llama directory..."
rm -rf swiss_army_llama

# Build the Docker image
echo "Building the Docker image..."
arch=$(uname -m)
Expand Down

0 comments on commit 9710a0c

Please sign in to comment.