Skip to content

Commit

Permalink
Changing API port
Browse files Browse the repository at this point in the history
Changing containers' port to 7259
  • Loading branch information
UO289930 committed Mar 11, 2024
1 parent 327e6ec commit 265b4d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wikidata_service/WikiDataTest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
WORKDIR /app
EXPOSE 80
EXPOSE 443
EXPOSE 7259

FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
ARG BUILD_CONFIGURATION=Release
Expand Down

0 comments on commit 265b4d7

Please sign in to comment.