Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 9, 2024
1 parent 8ab28c9 commit a7ff620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions transport-interop/impl/js/v2.x/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM node:lts

WORKDIR /app

COPY package*.json .aegir.js tsconfig.json ./
COPY src ./src
COPY test ./test
ADD package*.json .aegir.js tsconfig.json ./
ADD src ./src
ADD test ./test

# disable colored output and CLI animation from test runners
ENV CI true
Expand Down
2 changes: 1 addition & 1 deletion transport-interop/impl/js/v2.x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ update-lock-file: image.json

image.json:
cat $(PWD)/test/fixtures/relay.ts
docker build -t ${image_name} -f ./Dockerfile $(PWD)
docker build -t ${image_name} -f ./Dockerfile .
docker image inspect ${image_name} -f "{{.Id}}" | \
xargs -I {} echo "{\"imageID\": \"{}\"}" > $@

Expand Down

0 comments on commit a7ff620

Please sign in to comment.