Skip to content

Commit 132f3d8

Browse files
markcolemanCopilot
andauthored
Update backend/GrafanaBanana.Api/Dockerfile
Co-authored-by: Copilot <[email protected]>
1 parent a60797f commit 132f3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/GrafanaBanana.Api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ WORKDIR /app
2020
COPY --from=publish /app/publish .
2121

2222
# Expose port
23-
EXPOSE 8080
23+
EXPOSE 5000
2424

2525
# Set environment variables
26-
ENV ASPNETCORE_URLS=http://+:8080
26+
ENV ASPNETCORE_URLS=http://+:5000
2727

2828
ENTRYPOINT ["dotnet", "GrafanaBanana.Api.dll"]

0 commit comments

Comments
 (0)