Skip to content

Instantly share code, notes, and snippets.

@paoloricciuti
Created October 27, 2022 07:16
Show Gist options
  • Select an option

  • Save paoloricciuti/b9f82f2def4940e1499cdcfe9647c5b0 to your computer and use it in GitHub Desktop.

Select an option

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
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