File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ RUN dotnet publish -c release -o /app --no-restore
13
13
FROM mcr.microsoft.com/dotnet/runtime:3.1-focal
14
14
WORKDIR /app
15
15
COPY --from=build /app .
16
- ENTRYPOINT ["PrimeSieveCS" ]
16
+ ENTRYPOINT ["./ PrimeSieveCS" ]
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ RUN dotnet publish -c release -o /app --no-restore
13
13
FROM mcr.microsoft.com/dotnet/runtime:5.0-focal
14
14
WORKDIR /app
15
15
COPY --from=build /app .
16
- ENTRYPOINT ["PrimeSieveCS" ]
16
+ ENTRYPOINT ["./ PrimeSieveCS" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ RUN fpc PrimePas -O3 -v0
7
7
8
8
FROM ubuntu:20.04
9
9
WORKDIR /opt/app
10
- COPY --from=build /opt/app/PrimePas /opt/app/run.sh /
10
+ COPY --from=build /opt/app/PrimePas /opt/app/run.sh /opt/app/
11
11
12
12
ENTRYPOINT [ "./run.sh" ]
You can’t perform that action at this time.
0 commit comments