mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-16 17:01:39 +00:00
recovering logic for public files in Dockerfile
This commit is contained in:
parent
4c497be7de
commit
41e4dfa480
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ RUN /bin/mkdir -p /home/web/tmp/public
|
||||||
COPY --chown=web:web --from=builder /app /app
|
COPY --chown=web:web --from=builder /app /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN /bin/cp -r ./public /home/web/tmp/public && \
|
||||||
|
/bin/touch /home/web/tmp/.updatePublic
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["node", "index.mjs"]
|
CMD ["node", "index.mjs"]
|
||||||
|
|
Loading…
Reference in a new issue