An open API service indexing awesome lists of open source software.

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

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