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
Vscode may automatically remove space before "/" in Dockerfile. It formats line 12 as "COPY --from=build/app ." and fails docker build command. In order to avoid this try to put extra space before "/" like "COPY --from=build /app ."
The text was updated successfully, but these errors were encountered:
Vscode may automatically remove space before "/" in Dockerfile. It formats line 12 as "COPY --from=build/app ." and fails docker build command. In order to avoid this try to put extra space before "/" like "COPY --from=build /app ."
The text was updated successfully, but these errors were encountered: