Skip to content

Instantly share code, notes, and snippets.

@devmnj
Created July 15, 2021 12:13
Show Gist options
  • Save devmnj/c62712fd6ff11d6be0afb06ffc693a0f to your computer and use it in GitHub Desktop.
Save devmnj/c62712fd6ff11d6be0afb06ffc693a0f to your computer and use it in GitHub Desktop.
Run Strapi project in Docker
// 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