Skip to content

Commit

Permalink
Fix workers and local run script
Browse files Browse the repository at this point in the history
  • Loading branch information
pziemkowski committed Sep 4, 2023
1 parent ff1aec1 commit d2a6140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/scripts/runtime/run_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o pipefail
set -o nounset

. $(dirname "$0")/runtime/install_localstack_fixtures.sh
. $(dirname "$0")/install_localstack_fixtures.sh

echo "Install LocalStack fixture"

Expand Down
1 change: 1 addition & 0 deletions packages/workers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ COPY packages/workers/pdm.lock packages/workers/pyproject.toml packages/workers/
RUN pdm sync

WORKDIR $APP_PATH
COPY patches $APP_PATH/patches
COPY package.json pnpm*.yaml $APP_PATH/
COPY $SRC_CORE_PATH/package.json $DEST_CORE_PATH/
COPY $SRC_WORKERS_PATH/package.json $DEST_WORKERS_PATH/
Expand Down

0 comments on commit d2a6140

Please sign in to comment.