Skip to content

Commit

Permalink
Merge pull request #51 from quizer-app/develop
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
EloToJaa authored Feb 27, 2024
2 parents d42e70d + c7a41b0 commit 4eae78e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ RUN dotnet publish "./src/Quizer.Api/Quizer.Api.csproj" -c $BUILD_CONFIGURATION

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
ARG ASPNETCORE_URLS=http://+:5000
ARG ASPNETCORE_HTTP_PORTS=5000

EXPOSE 8080
EXPOSE 8081
EXPOSE 5000

# VOLUME /app/logs

Expand Down

0 comments on commit 4eae78e

Please sign in to comment.