changed Dockerfile to allow chown
This commit is contained in:
@@ -24,6 +24,7 @@ ENV ASPNETCORE_URLS=http://+:8080
|
||||
|
||||
# 3. Den vorinstallierten User 'app' von Microsoft nutzen
|
||||
# Erlaube dem User 'app' in das Verzeichnis zu schreiben (für SQLite)
|
||||
USER root
|
||||
RUN chown -R app:app /app
|
||||
USER app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user