-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Updating from 3.3.12 to 4.0.0 breaks our production deployment #1970
Comments
Sorry don't know, I don't know what your configuration mean, for running serve you need write |
I wrote that we're using the |
Sorry, |
I thought I described my problem quite thoroughly. I'm not sure what else to add? |
@Glinkis please create minimum reproducible test repo, I don't know what your Docker file do |
It seems my issue was that the |
After upgrading from
3.3.12
to4.0.0
, we get 404 for our index.html page.We're using serve inside a docker container to serve our app in production.
If I do a local build, and run
serve
, everything works as expected.Our dockerfile looks like this:
The
"serve"
script is"serve": "serve -l 8080 -c ../serve.json",
And the serve config like this:
The text was updated successfully, but these errors were encountered: