-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Dockerfile not functional #10153
Comments
@r1tsuu https://discord.com/channels/967097582721572934/1317567429705994240 |
This issue has been automatically locked. |
🚀 This is included in version v3.12.0 |
Describe the Bug
The provided dockerfile as is right now is not functional. Trying to run original Dockerfile to build an image fails initialy because the provided baseimage node18-alpine is to old and next requires at least node20.
Even after bumbping the version of the baseimage, the process fails with "Conflicting peer dependency".
The project runs totaly fine when started localy using npm run dev.
I tried the following things:
Link to the code that reproduces this issue
https://github.com/AlphaMoonbaseBerlin/Payload_TD_Killswitch
Reproduction Steps
Either:
create new payload app using npx create-payload-app
or
download provided repository && npm install
run
docker build -t 'foobar'
Will result n
Which area(s) are affected? (Select all that apply)
Not sure
Environment Info
The text was updated successfully, but these errors were encountered: