docker-compose up
: Launch backend api & frontend ui, both with hot reloading.docker build . -t stack
: Build the production image, tagged as "stack"docker run -p 80:8080 stack
: Run the latest stack image mapping host 80 to container 8080
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
dfontana/stack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example utilizing React + Golang + Docker, with live-reload
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published