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
Then run build to build the project and package to package it into a zip file. package.zip will be present in your project directory.
But the actual zipping was removed in 1ebf590. Now package does not seem to create package.zip any longer. I'm not sure if it was a mistake to remove it (and should be added back), or if intentional (and the documentation should be fixed)
The zip package is still installed at the beginning of the container definition. If zipping is no longer desired, it could maybe be removed?
The text was updated successfully, but these errors were encountered:
The documentation states that:
But the actual zipping was removed in 1ebf590. Now
package
does not seem to createpackage.zip
any longer. I'm not sure if it was a mistake to remove it (and should be added back), or if intentional (and the documentation should be fixed)The
zip
package is still installed at the beginning of the container definition. If zipping is no longer desired, it could maybe be removed?The text was updated successfully, but these errors were encountered: