Created
June 11, 2022 09:29
-
-
Save cockok/a7269abe4335080c62c9db9488505c6b to your computer and use it in GitHub Desktop.
ローカルのnodeを更新するのめんどくさいけど、プロジェクト作成は新規ディレクトリ作成でDockerfile先だとコピーとかなんかダサいよねって人向けNuxt3プロジェクト作成
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 -w=/app -v $PWD:/app -u=1000 node:latest npx nuxi init {project} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment