We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd14d5 commit bead2c2Copy full SHA for bead2c2
src/Api/Dockerfile
@@ -12,6 +12,7 @@ RUN apt-get update \
12
ENV ASPNETCORE_URLS http://+:5000
13
WORKDIR /app
14
EXPOSE 5000
15
+EXPOSE 5001
16
COPY obj/build-output/publish .
17
COPY entrypoint.sh /
18
RUN chmod +x /entrypoint.sh
0 commit comments