🐳 Expose default static directory

This commit is contained in:
Maxim Lebedev 2023-11-13 07:15:59 +06:00
parent 495d49dada
commit f8a6580444
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ WORKDIR /
COPY --from=builder /app/home /home
VOLUME ["/content", "/theme"]
VOLUME ["/content", "/theme", "/static"]
EXPOSE 3000