Skip to content

Commit

Permalink
rm docker -t
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed May 8, 2024
1 parent 387944a commit 1f4f6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ publish-nodejs16x-ci: build-nodejs16x
docker run \
-e AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY \
-v /var/run/docker.sock:/var/run/docker.sock -it \
-v /var/run/docker.sock:/var/run/docker.sock \
newrelic-lambda-layers-nodejs16x

publish-nodejs16x-local: build-nodejs16x
Expand All @@ -105,7 +105,7 @@ publish-nodejs18x-ci: build-nodejs18x
docker run \
-e AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY \
-v /var/run/docker.sock:/var/run/docker.sock -it \
-v /var/run/docker.sock:/var/run/docker.sock \
newrelic-lambda-layers-nodejs18x

publish-nodejs18x-local: build-nodejs18x
Expand All @@ -125,7 +125,7 @@ publish-nodejs20x-ci: build-nodejs20x
docker run \
-e AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY \
-v /var/run/docker.sock:/var/run/docker.sock -it \
-v /var/run/docker.sock:/var/run/docker.sock \
newrelic-lambda-layers-nodejs20x

publish-nodejs20x-local: build-nodejs20x
Expand Down

0 comments on commit 1f4f6f5

Please sign in to comment.