Skip to content

Commit

Permalink
docs(docker): Add use ENV TRAME_CLIENT_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 10, 2024
1 parent 0aec2a6 commit a483a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/deploy/docker/SingleFile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM kitware/trame

COPY --chown=trame-user:trame-user . /deploy

ENV TRAME_CLIENT_TYPE=vue2
RUN /opt/trame/entrypoint.sh build
1 change: 1 addition & 0 deletions examples/deploy/docker/VtkRendering/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM kitware/trame

COPY --chown=trame-user:trame-user . /deploy

ENV TRAME_CLIENT_TYPE=vue2
RUN /opt/trame/entrypoint.sh build

0 comments on commit a483a96

Please sign in to comment.