Skip to content
Discussion options

You must be logged in to vote

Like I pointed earlier, you need to change that line in the step 4 to use the same image as your runtime.

Basically that build_image.sh file should look like

#!/usr/bin/env bash
CURRENT_DIR=`dirname "$0"`

cd $CURRENT_DIR/..
DEPLOY_DIR="$PWD"
cd ../..
ROOT_DIR="$PWD"

docker run --rm          \
    -e TRAME_CLIENT_TYPE=vue3 \
    -v "$DEPLOY_DIR:/deploy" \
    -v "$ROOT_DIR:/local-app"  \
    kitware/trame:py3.10-glvn build

Replies: 5 comments 17 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jourdain
Comment options

Comment options

You must be logged in to vote
16 replies
@jourdain
Comment options

@jourdain
Comment options

@JT3DAI
Comment options

@jourdain
Comment options

Answer selected by JT3DAI
@JT3DAI
Comment options

@jourdain
Comment options

@jourdain
Comment options

@JT3DAI
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants