-
-
Notifications
You must be signed in to change notification settings - Fork 598
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
Dockerfile #223
Comments
Hey, I can work on this. |
@yoursmanjunad WORKDIR /app FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build COPY ["QuickApp/QuickApp.csproj", "QuickApp/"] FROM build AS publish |
@emonney @yoursmanjunad |
Dockerfile is required to run on Docker
The text was updated successfully, but these errors were encountered: