Skip to content

Instantly share code, notes, and snippets.

@JJetmar
Last active June 5, 2023 08:44
Show Gist options
  • Select an option

  • Save JJetmar/bcb0190468168dc8e10e121c9b1a1e4c to your computer and use it in GitHub Desktop.

Select an option

Save JJetmar/bcb0190468168dc8e10e121c9b1a1e4c to your computer and use it in GitHub Desktop.
Build Docker image for Apify actor locally
# Multirepo
sudo docker build . -f .actor/Dockerfile
# Monorepo
sudo docker build ../ -f .actor/Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment