mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2025-12-12 03:06:40 +00:00
Standalone Readme Editing
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
# Sucker
|
# Sucker
|
||||||
|
|
||||||
Check package.json for commands, I can't be bothered.
|
Standalone branch for next and Docker. This branch adds `next.config.js` along with changes to `dockerfile` to build Sucker with only the required dependencies and server components.
|
||||||
|
|
||||||
|
It is intended to build and run Sucker through Docker. Pull this repository and run `docker build -t <name> .` and `docker compose up` in the project directory. The container will expose the next server on port 3000; this can be changed in `docker-compose.yml` as needed.
|
||||||
|
|
||||||
|
If for whatever reason you want to build and run this branch on the host, build with `npm run build` and start the server with `node ./.next/standalone/server.js`
|
||||||
|
|
||||||
|
Todo: Publish to GHCR(?)
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user