Skip to content

Commit

Permalink
Default collection file in docker image. fixes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Jul 17, 2022
1 parent bf327a6 commit 15e0376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:16-alpine

ARG collectionFile
ARG collectionFile=samples/example.json
ARG srcDir=src

COPY $srcDir/package*.json ./
Expand Down

0 comments on commit 15e0376

Please sign in to comment.