Created
July 15, 2021 12:13
-
-
Save devmnj/c62712fd6ff11d6be0afb06ffc693a0f to your computer and use it in GitHub Desktop.
Run Strapi project in Docker
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
// Run the following command in terminal | |
// This example based on Windows | |
docker run -it -p 1337:1337 -v e:\projec-name :/srv/app strapi/strapi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment