Skip to content

Commit 755dc07

Browse files
authored
Merge pull request #7 from newrelic/explicit-build
Explicityly copy over index.js instead of anything local to the build
2 parents e0f225f + d546c4a commit 755dc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ COPY package*.json ./
1010

1111
RUN npm install
1212

13-
COPY . .
13+
COPY index.js .
1414

1515
CMD ["node", "index.js"]

0 commit comments

Comments
 (0)