Skip to content

Commit

Permalink
fix pull static assets from root dir (#9691)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Krick <[email protected]>
  • Loading branch information
mattkrick authored Apr 30, 2024
1 parent 9e6947a commit 56a54b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/parabol-ubi/dockerfiles/basic.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV HOME=/home/node \

# Create a directory to store fonts
RUN mkdir -p /usr/share/fonts
COPY --chown=node ${HOME}/parabol/static/fonts /usr/share/fonts
COPY --chown=node static/fonts /usr/share/fonts
COPY --chown=node --chmod=755 docker/images/parabol-ubi/entrypoints/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
COPY --chown=node docker/images/parabol-ubi/tools/ip-to-server_id ${HOME}/tools/ip-to-server_id

Expand Down

0 comments on commit 56a54b3

Please sign in to comment.