Skip to content

Commit dd5bf6e

Browse files
authored
Merge pull request #3 from caohuilin/deploy
use node 10
2 parents 086c7f6 + 8d1173a commit dd5bf6e

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
@@ -1,4 +1,4 @@
1-
FROM node:8
1+
FROM node:10
22
COPY / /src/
33
WORKDIR /src/
44
RUN find .

0 commit comments

Comments
 (0)