Skip to content

Commit

Permalink
Refactor and Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akshata29 committed Mar 31, 2024
1 parent 4639871 commit 656ec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend/.dockerrun
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ echo <PAT_TOKEN> | docker login ghcr.io -u akshata29 --password-stdin
docker push ghcr.io/akshata29/entaoai-app:latest

-- Docker Run
docker run --env-file .dockerenv --name entaoai-app -it ghcr.io/akshata29/entaoai-app:latest
docker run --env-file .dockerenv -p 5002:5002 --name entaoai-app -it ghcr.io/akshata29/entaoai-app:latest

0 comments on commit 656ec13

Please sign in to comment.