Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This Dockerfile sets up a multi-stage build for a web application: The first stage compiles the Golang backend code and creates a 'main' binary. The second stage handles frontend asset compilation, specifically converting SCSS to CSS using SASS. Finally, it combines the Golang binary and compiled CSS into a final image, ready to run the web application on port 8080. Signed-off-by: pushpit kamboj <[email protected]>
- Loading branch information