Created
July 10, 2023 16:48
-
-
Save nbeck415/8e38ec46e751d45ad300b4090fd4bb14 to your computer and use it in GitHub Desktop.
Compose file for react-wordle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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