Skip to content

Commit

Permalink
try to fix intermittent /app/data access issies
Browse files Browse the repository at this point in the history
  • Loading branch information
TiraelSedai committed Jul 29, 2024
1 parent b82d0a7 commit 12c360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClubDoorman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ RUN mv /app/publish/data /app/publish/data_init
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
RUN mkdir /app/data
RUN mkdir /app/data && chown -R app:app /app/data
ENTRYPOINT ["dotnet", "ClubDoorman.dll"]

1 comment on commit 12c360b

@TiraelSedai
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should address #4

Please sign in to comment.