removing some lines inside Dockerfile
This commit is contained in:
@@ -20,9 +20,6 @@ FROM build AS publish
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
RUN dotnet publish "./YatzyGame/YatzyGame.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
|
||||
|
||||
# Copy Vue.js build output to ASP.NET Core wwwroot
|
||||
COPY --from=node-build /wwwroot/js/dist /app/publish/wwwroot/js/dist
|
||||
|
||||
# Final runtime stage
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user