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