Skip to content

Commit

Permalink
Create /app/data from container user
Browse files Browse the repository at this point in the history
  • Loading branch information
TiraelSedai committed Jun 24, 2024
1 parent 5a29cb6 commit 1b7763c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClubDoorman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +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
ENTRYPOINT ["dotnet", "ClubDoorman.dll"]

0 comments on commit 1b7763c

Please sign in to comment.