Created
October 27, 2022 07:16
-
-
Save paoloricciuti/b9f82f2def4940e1499cdcfe9647c5b0 to your computer and use it in GitHub Desktop.
Docker command to run a project in linux if it has problems with Windows
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
| docker run -it --rm -p 3000:3000 -v [project folder]:/app node:17-alpine /bin/ash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment