Readme
This commit is contained in:
parent
aab000f16a
commit
7dc76a2679
2 changed files with 2 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -38,4 +38,4 @@ To spin up the development server, run `npm run dev`. This will start the develo
|
|||
|
||||
The release build for the backend is a simple binary that can be run on any machine. The release build for the frontend is a static bundle that can be served by any web server.
|
||||
|
||||
We combine the frontend and backend into a single container using Podman/Docker. The `Containerfile` (also known as a Dockerfile) in the container directory is used to build the container. To see exactly how the container is built, refer to the `Containerfile`.
|
||||
We combine the frontend and backend into a single container using Podman/Docker. The `Containerfile` (also known as a Dockerfile) in the container directory is used to build the container. To see exactly how the container is built, refer to the `Containerfile`.
|
||||
|
|
|
@ -17,5 +17,6 @@ Dependencies:
|
|||
- Make
|
||||
- [Node & npm](https://nodejs.org/en/)
|
||||
- [Podman](https://podman.io/) / [Docker](https://www.docker.com/)
|
||||
- (Optional) [Just](https://github.com/casey/just)
|
||||
|
||||
More detailed build instructions [here](./BUILD.md).
|
||||
|
|
Loading…
Reference in a new issue