We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67fdcc9 + dcc4962 commit d9a1d50Copy full SHA for d9a1d50
1 file changed
Dockerfile
@@ -11,6 +11,7 @@ RUN dotnet publish -c Release -o /app/publish
11
FROM base AS final
12
WORKDIR /app
13
COPY --from=build /app/publish .
14
+RUN chown -R $APP_UID:$APP_UID /app
15
USER $APP_UID
16
ENTRYPOINT ["dotnet", "GameCollectionAPI.dll"]
17
0 commit comments