Skip to content

Commit cfd8159

Browse files
committed
Init submodules in dockerfile
1 parent 7c10238 commit cfd8159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY . .
99

1010
# Install dependencies and setup
1111
RUN yarn install
12+
RUN git submodule update --init --recursive
1213

1314
EXPOSE 8080
1415
# Specify the command to run on container start

0 commit comments

Comments
 (0)