Skip to content

Commit f286c56

Browse files
committed
Fixed wrong path in ONBUILD instruction.
1 parent 53bab4a commit f286c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN npm install
1010
ADD app /build-mon/app
1111
ADD README.md /build-mon/README.md
1212

13-
ONBUILD ADD app/config.json /build-mon/app/config.json
13+
ONBUILD ADD config.json /build-mon/app/config.json
1414

1515
EXPOSE 3000
1616

0 commit comments

Comments
 (0)