Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit a0c93b4

Browse files
committed
fix(docker): missing copy cmd for install-deps script
1 parent aed94b9 commit a0c93b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev.Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM ngqt/qode
22
WORKDIR /ng-test
33

44
# Install required deps
5+
COPY install-deps.sh .
6+
57
RUN ./install-deps.sh
68

79
ENTRYPOINT yarn install && /bin/bash

0 commit comments

Comments
 (0)