Skip to content

Commit

Permalink
Test slashes in branches ephemeral environments
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 authored Oct 23, 2024
1 parent a952d10 commit a953005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update \
ENV ASPNETCORE_URLS http://+:5000
WORKDIR /app
EXPOSE 5000
EXPOSE 6001
COPY obj/build-output/publish .
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit a953005

Please sign in to comment.