Skip to content

Commit d9a1d50

Browse files
authored
Merge pull request #9 from Harsche/hotfix/0.1.1
Hotfix 0.1.1
2 parents 67fdcc9 + dcc4962 commit d9a1d50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN dotnet publish -c Release -o /app/publish
1111
FROM base AS final
1212
WORKDIR /app
1313
COPY --from=build /app/publish .
14+
RUN chown -R $APP_UID:$APP_UID /app
1415
USER $APP_UID
1516
ENTRYPOINT ["dotnet", "GameCollectionAPI.dll"]
1617

0 commit comments

Comments
 (0)