Skip to content

NoritakaIkeda/docker-compose-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

コンテナの立ち上げ

$ docker-compose up -d

Nextサーバー用コンテナのターミナルの起動

$ docker exec -it campers_next-app sh

Nextコンテナの初回セットアップ

$ npm install

Nextコンテナの開発用サーバーの起動

$ cd next-app
$ npm run dev

コンテナを閉じる

$ docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • CSS 36.5%
  • JavaScript 2.2%
  • Dockerfile 1.7%