Skip to content

Instantly share code, notes, and snippets.

@nbeck415
Created July 10, 2023 16:48
Show Gist options
  • Save nbeck415/8e38ec46e751d45ad300b4090fd4bb14 to your computer and use it in GitHub Desktop.
Save nbeck415/8e38ec46e751d45ad300b4090fd4bb14 to your computer and use it in GitHub Desktop.
Compose file for react-wordle
version: '3.8'
services:
reactle:
build: docker
labels:
shipyard.route: '/'
ports:
- '3000:3000'
container_name: reactle-dev
volumes:
- '/:/src:/app/src'
- '/:/public:/app/public'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment