Skip to content

add Docker support with multi-stage production builds and development configuration#16

Merged
JCodesMore merged 2 commits into
JCodesMore:masterfrom
biisal:feature/docker-setup
Mar 30, 2026
Merged

add Docker support with multi-stage production builds and development configuration#16
JCodesMore merged 2 commits into
JCodesMore:masterfrom
biisal:feature/docker-setup

Conversation

@biisal

@biisal biisal commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Added Docker support with separate configs for development and production.
Updated the README.md to include Docker commands

Related Issue

Closes #10

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactoring
  • Breaking change

Checklist

  • npm run build passes
  • npm run lint passes

@JCodesMore

Copy link
Copy Markdown
Owner

This is very close. I’m going to push a small maintainer follow-up directly to this branch to address a couple of mechanical issues so it can be merged cleanly.

Co-Authored-By: Oz <oz-agent@warp.dev>
@JCodesMore

JCodesMore commented Mar 30, 2026

Copy link
Copy Markdown
Owner

I pushed a small maintainer follow-up to this branch:

  • Fixed the README service name typo (pp instead of dd)
  • Aligned the production Dockerfile Node version with the repo's Node 20 baseline used in CI/local development
  • Changed the default DEV_PORT mapping to 3001 so the pp and dev services don't collide by default

@JCodesMore JCodesMore merged commit 16ca665 into JCodesMore:master Mar 30, 2026
1 check passed
@biisal

biisal commented Mar 30, 2026

Copy link
Copy Markdown
Contributor Author

thanks for the correction ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Docker support

2 participants