Skip to content

Commit 17f2e5d

Browse files
authored
Ensure Docker installs dependencies cleanly (#26)
ci: Ignore package-lock.json in CI Docker builds
1 parent ed9f38d commit 17f2e5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get clean -y && \
1010

1111
WORKDIR /usr/src/app
1212

13-
COPY package*.json .
13+
COPY package.json .
1414
RUN npm install
1515

1616
COPY . .

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ npm-debug.log
44
.nyc_output
55
lib
66
junit-output
7+
package-lock.json

0 commit comments

Comments
 (0)