Skip to content

Commit 0f3e5af

Browse files
committed
fix: test new build
1 parent d4cce1b commit 0f3e5af

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
@@ -7,4 +7,4 @@ WORKDIR /usr/src/app
77
COPY . /usr/src/app/
88
# RUN yarn install
99
# RUN yarn add webpack-cli
10-
CMD [ "yarn", "install" ]
10+
CMD [ "yarn", "install" ]

0 commit comments

Comments
 (0)