10 lines
252 B
Markdown
10 lines
252 B
Markdown
# C-POST
|
|
|
|
## Example app router with react-query
|
|
https://github.com/wpcodevo/nextjs13-react-query/blob/main/src/app/hydration/page.tsx
|
|
|
|
## DOCKER BUILD IMAGE
|
|
### docker build -t cpost-front .
|
|
|
|
## DOCKER RUN IMAGE
|
|
### docker run -p 3000:3000 cpost-front |