Skip to content

Commit

Permalink
remove prntln for config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Vermeulen authored and Mick Vermeulen committed Sep 13, 2020
1 parent 71f887e commit 148f4b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Uchu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ COPY Uchu config.default.xml .env ./

RUN apk add gettext
RUN set -o allexport && source .env && set +o allexport && envsubst < config.default.xml > config.xml
RUN cat config.xml
RUN dotnet build

ENTRYPOINT ["dotnet", "Uchu.Master/bin/Debug/netcoreapp3.1/Uchu.Master.dll"]

0 comments on commit 148f4b3

Please sign in to comment.