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
I was reviewing this documentation on setting up a Dockerfile, and it's strange to me that we're building assets in a Node-only environment without Ruby and not using the proper Rake task. It really should be as close to bin/bridgetown deploy as possible, as that's our canonical production build process.
Honestly I think it's a mistake we have completely separate files for Static and Dynamic as well. They should be as close to identical as possible.
The text was updated successfully, but these errors were encountered:
I was reviewing this documentation on setting up a
Dockerfile
, and it's strange to me that we're building assets in a Node-only environment without Ruby and not using the proper Rake task. It really should be as close tobin/bridgetown deploy
as possible, as that's our canonical production build process.Honestly I think it's a mistake we have completely separate files for Static and Dynamic as well. They should be as close to identical as possible.
The text was updated successfully, but these errors were encountered: