Skip to content

Commit

Permalink
Update Dockerfile-AasxServerBlazor-arm64
Browse files Browse the repository at this point in the history
Build did noz work. remove last changes.
  • Loading branch information
aorzelskiGH authored May 1, 2021
1 parent 14cd603 commit 7c5af93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/docker/Dockerfile-AasxServerBlazor-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN dotnet restore -r linux-arm64

RUN dotnet publish -c Release -o /out/AasxServerBlazor AasxServerBlazor -r linux-arm64 --self-contained false --no-restore

FROM mcr.microsoft.com/dotnet/aspnet:3.1-buster-slim-arm64v8 as base
RUN apt-get update && apt-get install -y libgdiplus
FROM mcr.microsoft.com/dotnet/aspnet:3.1-buster-slim-arm64v8
EXPOSE 51210
EXPOSE 51310
COPY --from=build-env /out/AasxServerBlazor/ /AasxServerBlazor/
Expand Down

0 comments on commit 7c5af93

Please sign in to comment.