Skip to content

Instantly share code, notes, and snippets.

@cockok
Created June 11, 2022 09:29
Show Gist options
  • Save cockok/a7269abe4335080c62c9db9488505c6b to your computer and use it in GitHub Desktop.
Save cockok/a7269abe4335080c62c9db9488505c6b to your computer and use it in GitHub Desktop.
ローカルのnodeを更新するのめんどくさいけど、プロジェクト作成は新規ディレクトリ作成でDockerfile先だとコピーとかなんかダサいよねって人向けNuxt3プロジェクト作成
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