update readme
This commit is contained in:
		| @@ -45,6 +45,8 @@ FROM git.claeyscloud.com/david/net-base:latest | ||||
| WORKDIR /App | ||||
| # copy build files from build-stage | ||||
| COPY --from=build-env /App/out . | ||||
| # change ownership of files to the app user | ||||
| RUN chown -R app:app /App/ | ||||
| # entrypoint for image | ||||
| ENTRYPOINT ["dotnet", "test.dll"] | ||||
| ``` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user