Skip to content

Instantly share code, notes, and snippets.

@spinningcat
Created March 8, 2025 09:01
Show Gist options
  • Save spinningcat/9ac7cf0fffaeb869d40d787d198bad9d to your computer and use it in GitHub Desktop.
Save spinningcat/9ac7cf0fffaeb869d40d787d198bad9d to your computer and use it in GitHub Desktop.
app:
image: node:23-bookworm
container_name: nodeapp-with-openapi2
build:
context: .
dockerfile: Dockerfile.node
ports:
- "9002:9002"
volumes:
- .:/usr/src/app
- node_modules:/usr/src/app/node_modules
environment:
- NODE_ENV=development
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment