Skip to content

Commit 4c89a7f

Browse files
authored
Merge pull request #101 from oremj/patch-1
Dockerfile: make entry point absolute
2 parents c5d0376 + afb4bfa commit 4c89a7f

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
@@ -11,4 +11,4 @@ RUN npm install
1111
# Bundle app source
1212
COPY . /usr/src/app
1313

14-
ENTRYPOINT [ "bin/webpagetest" ]
14+
ENTRYPOINT [ "/usr/src/app/bin/webpagetest" ]

0 commit comments

Comments
 (0)