Skip to content

Commit

Permalink
Forgot Docker EXPOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jul 24, 2018
1 parent 1cf0ca6 commit e0f6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --from=publish /app/HomeAutio.Mqtt.GoogleHome/out ./
ENV ASPNETCORE_ENVIRONMENT Production
ENV ASPNETCORE_URLS http://+:5000

EXPOSE 80/tcp
EXPOSE 5000/tcp

VOLUME ["/app/appsettings.Production.json", "/app/config", "/app/logs"]
ENTRYPOINT ["dotnet", "HomeAutio.Mqtt.GoogleHome.dll"]

0 comments on commit e0f6c9f

Please sign in to comment.