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 3e24881 commit 02644de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/run_backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ docker build -t $APP_NAME .

# Run the new Docker container
docker run -d --name $APP_NAME -p 8080:8080 $APP_NAME

rm -rf ./backend

0 comments on commit 02644de

Please sign in to comment.