https://github.com/wms784/rakuten_3day
This product is built in intern of Rakuten(3days).
https://github.com/wms784/rakuten_3day
docker nextjs
Last synced: 2 months ago
JSON representation
This product is built in intern of Rakuten(3days).
- Host: GitHub
- URL: https://github.com/wms784/rakuten_3day
- Owner: WMs784
- Created: 2022-08-30T16:53:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T04:07:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T13:11:42.865Z (over 1 year ago)
- Topics: docker, nextjs
- Language: JavaScript
- Homepage: https://tabigacha.vercel.app/
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# team2
## 実行方法
```
docker compose run --rm frontend npm install
docker compose up -d
```
`localhost:3000`にアクセス
##以下のエラーが出たとき
```
npm ERR! EPROTO: protocol error, symlink '../acorn/bin/acorn' -> '/frontend/node_modules/.bin/acorn'
```
```
docker-compose run --rm frontend npm install express --no-bin-links
docker compose up -d
```