Last active
June 5, 2023 08:44
-
-
Save JJetmar/bcb0190468168dc8e10e121c9b1a1e4c to your computer and use it in GitHub Desktop.
Build Docker image for Apify actor locally
This file contains hidden or 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
| # 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