Skip to content

Commit bead2c2

Browse files
authored
just a test
1 parent 8cd14d5 commit bead2c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Api/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update \
1212
ENV ASPNETCORE_URLS http://+:5000
1313
WORKDIR /app
1414
EXPOSE 5000
15+
EXPOSE 5001
1516
COPY obj/build-output/publish .
1617
COPY entrypoint.sh /
1718
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)