🐳 Expose devault content directory path
/ docker (push) Successful in 1m1s Details

This commit is contained in:
Maxim Lebedev 2023-11-08 07:13:47 +06:00
parent 35e36234b1
commit 67f575c5d0
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ WORKDIR /
COPY --from=builder /app/home /home
VOLUME ["/content"]
EXPOSE 3000
ENTRYPOINT ["/home"]