Skip to content

Commit 2bce6e3

Browse files
authored
Merge pull request #39 from boesing/bugfix/json-schema-validation
Add `composer.schema.json` to container
2 parents 4420b33 + 70039f7 commit 2bce6e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ADD index.js /action/index.js
1212
ADD src /action/src
1313
ADD package.json /action/package.json
1414
ADD package-lock.json /action/package-lock.json
15+
ADD composer.schema.json /action/src
1516
RUN (cd /action ; npm install)
1617

1718
ADD entrypoint.sh /usr/local/bin/entrypoint.sh

0 commit comments

Comments
 (0)