Skip to content

Commit 4f5419b

Browse files
committed
please work :(
1 parent 8d95b95 commit 4f5419b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LinkRouter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ RUN dotnet publish "LinkRouter.csproj" -c $BUILD_CONFIGURATION -o /app/publish /
1818

1919
FROM base AS final
2020
WORKDIR /
21-
COPY --from=publish /app/publish .
21+
COPY --from=publish /app/app/publish .
2222
ENTRYPOINT ["dotnet", "LinkRouter.dll"]

0 commit comments

Comments
 (0)