-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: docker build character #1886
base: develop
Are you sure you want to change the base?
feat: docker build character #1886
Conversation
@@ -1,5 +1,7 @@ | |||
# Use a specific Node.js version for better reproducibility | |||
FROM node:23.3.0-slim AS builder | |||
ARG CHARACTER_PATH=characters/c3po.character.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it required to be defined here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well having a default is good, but might be able to get away with just lines 35 & 36. ill test it out
Should this be able to handle multiple characters to be deployed as well? |
should have no problem building multiple characters, but each |
Relates to
easier character builds for docker
Risks
low
Background
What does this PR do?
allows passing a character name in as the second arg to the docker script (also via pnpm scripts)
What kind of change is this?
QOL improvement for docker
Documentation changes needed?
updated the docker guide .md file
Testing
Detailed testing steps
pnpm docker:run <character name>
Discord username
thetechnocratic