Going from down to up, we are stopping at prettierrc as far as making sure we have everything configured.
This commit is contained in:
16
scripts/next/docker/compose.yaml
Normal file
16
scripts/next/docker/compose.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
next-template:
|
||||
build:
|
||||
context: ../../..
|
||||
dockerfile: scripts/next/docker/Dockerfile
|
||||
image: nextjs
|
||||
container_name: next-template
|
||||
networks:
|
||||
- next-template
|
||||
ports:
|
||||
- '3000:3000'
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
next-template:
|
||||
external: true
|
Reference in New Issue
Block a user