Skip to content

Commit

Permalink
changing ports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Nov 17, 2023
1 parent d462392 commit 9af066f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/docker/Dockerfile-AasxServerAspNetCore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ COPY ./LICENSE.TXT /repo/LICENSE.txt
RUN dotnet publish -c Release -o /out/AasxServerAspNetCore AasxServerAspNetCore

FROM mcr.microsoft.com/dotnet/aspnet:6.0
EXPOSE 51210
EXPOSE 51310
EXPOSE 5001
COPY --from=build-env /out/AasxServerAspNetCore/ /AasxServerAspNetCore/
COPY ./content-for-demo/ /AasxServerAspNetCore/
WORKDIR /AasxServerAspNetCore
Expand Down
3 changes: 1 addition & 2 deletions src/docker/Dockerfile-AasxServerAspNetCore-arm32
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ COPY ./LICENSE.TXT /repo/LICENSE.txt
RUN dotnet publish -c Release -o /out/AasxServerAspNetCore AasxServerAspNetCore -r linux-arm --self-contained false

FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim-arm32v7
EXPOSE 51210
EXPOSE 51310
EXPOSE 5001
COPY --from=build-env /out/AasxServerAspNetCore/ /AasxServerAspNetCore/
COPY ./content-for-demo/ /AasxServerAspNetCore/
WORKDIR /AasxServerAspNetCore
Expand Down
3 changes: 1 addition & 2 deletions src/docker/Dockerfile-AasxServerAspNetCore-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ COPY ./LICENSE.TXT /repo/LICENSE.txt
RUN dotnet publish -c Release -o /out/AasxServerAspNetCore AasxServerAspNetCore -r linux-arm64 --self-contained false

FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim-arm64v8
EXPOSE 51210
EXPOSE 51310
EXPOSE 5001
COPY --from=build-env /out/AasxServerAspNetCore/ /AasxServerAspNetCore/
COPY ./content-for-demo/ /AasxServerAspNetCore/
WORKDIR /AasxServerAspNetCore
Expand Down

0 comments on commit 9af066f

Please sign in to comment.