shokanduel / webapp

Shokan Duel frontend/backend webapp.
GNU Affero General Public License v3.0
2 stars 2 forks source link

Create Dockerfile And Docker Compose yaml #1

Closed ethanmassie closed 3 years ago

ethanmassie commented 3 years ago

We need to add a dockerfile for the application. Reference this guide https://nodejs.org/en/docs/guides/nodejs-docker-webapp/ on dockerizing node apps. We will probably want a single build script in the package.json that builds both client and api.

The docker compose should run both our app and a postgresql container for local development.