Fix Dockerfile
This commit is contained in:
parent
ff1e3f0462
commit
f7eecb7b98
2 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,9 @@ COPY --from=build-stage /hibiscus /hibiscus
|
|||
# Copy files
|
||||
COPY public public/
|
||||
COPY pages pages/
|
||||
VOLUME data
|
||||
VOLUME config
|
||||
COPY i18n i18n/
|
||||
VOLUME /data
|
||||
VOLUME /config
|
||||
|
||||
EXPOSE 7101
|
||||
ENTRYPOINT ["/hibiscus"]
|
Loading…
Add table
Add a link
Reference in a new issue