-
Notifications
You must be signed in to change notification settings - Fork 197
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
Prepackage hooks runs after building the docker image #53
Comments
So Wallace Breza says that this should be a prebuild hook not prepackage but let's see what he will say on the issue. I'm just wondering why is not consistent in the behavior he described only the first run follows the behavior he mentioned. |
Huh, thanks for linking the issue. Let's change to prebuild then. |
FYI this needs to be done for all of the samples that has a "build" stage in their lifecycle where it builds a docker image. |
Description
The first deployment fails (obviously as the static folder was not included in the docker image)
After deploying again the website works (as the static folder is already there from the first deployment)
Proposal
Is this an
azd
failure or do we understand the service lifecycle wrong?The frontend build step is in the prepackage stage yet it happens after building the docker image.
azd
? DoneThe text was updated successfully, but these errors were encountered: