nextjs-tailwindcss-headless.../docker-compose.yaml

13 lines
243 B
YAML
Raw Permalink Normal View History

version: "3"
services:
finalwork:
image: nextjs-components-project:latest
container_name: nextjs-components-project
build:
context: .
dockerfile: .docker/Dockerfile
restart: on-failure
ports:
- 80:3000