Browse Source

Update Dockerfile

BRE-247-create-test-env
MtnBurrit0 1 year ago committed by GitHub
parent
commit
e924560686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/Api/Dockerfile

1
src/Api/Dockerfile

@ -10,6 +10,7 @@ RUN apt-get update \ @@ -10,6 +10,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
ENV ASPNETCORE_URLS http://+:5000
ENV HELLO hello
WORKDIR /app
EXPOSE 5000
COPY obj/build-output/publish .

Loading…
Cancel
Save