You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow any user to build and bootstrap their app using their own npm script.
I think a good way to think about this is as a "hook", so in the Dockerfile it would be something like
# install your project's dependencies, run webpack, etc. # Output directory here should should match the first path of the next COPY command
RUN yarn ssr:hook:setup
thescientist13
changed the title
As a user I would to be able to provide a custom build script at startup
As a user I would to be able to run a custom build script to prepare my app for SSR
Sep 9, 2018
thescientist13
changed the title
As a user I would to be able to run a custom build script to prepare my app for SSR
As a user I would to be able to run a custom build script to build my app for the server
Sep 9, 2018
This would allow any user to build and bootstrap their app using their own npm script.
I think a good way to think about this is as a "hook", so in the Dockerfile it would be something like
And in the project's package.json
The text was updated successfully, but these errors were encountered: