Skip to content

Commit

Permalink
chore: Remove backend folder and update Dockerfile to remove unnecess…
Browse files Browse the repository at this point in the history
…ary commands
  • Loading branch information
nilgaar committed Jul 14, 2024
1 parent 02644de commit e12454c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/run_backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ docker build -t $APP_NAME .
# Run the new Docker container
docker run -d --name $APP_NAME -p 8080:8080 $APP_NAME

cd ..
rm -rf ./backend

0 comments on commit e12454c

Please sign in to comment.