Skip to content

Instantly share code, notes, and snippets.

@skeptrunedev
Created August 28, 2024 01:21
Show Gist options
  • Save skeptrunedev/dceadffec976bff97f4d766168537c7e to your computer and use it in GitHub Desktop.
Save skeptrunedev/dceadffec976bff97f4d766168537c7e to your computer and use it in GitHub Desktop.
docker build command
docker build -t actix-frontend -f ./actix-frontend/Dockerfile.actix-frontend .
@skeptrunedev
Copy link
Author

skeptrunedev commented Aug 28, 2024

docker run -d --env-file ./.env --name actix-frontend-container -p 9010:9000 actix-frontend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment