Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit f946fcd

Browse files
committed
chore(deploy): typo fix, damn
1 parent f139b11 commit f946fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/production/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir /root/web
44

55
ADD web.tar.gz /root/web
66
RUN npm install -g pm2
7-
RUN cd /root/web/ && npm install--production
7+
RUN cd /root/web/ && npm install --production
88
RUN cd /root/web/ && make build.prod
99

1010
ADD loader.sh /usr/local/bin/loader.sh

0 commit comments

Comments
 (0)