Created
August 28, 2024 01:21
-
-
Save skeptrunedev/dceadffec976bff97f4d766168537c7e to your computer and use it in GitHub Desktop.
docker build command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker build -t actix-frontend -f ./actix-frontend/Dockerfile.actix-frontend . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker run -d --env-file ./.env --name actix-frontend-container -p 9010:9000 actix-frontend