Skip to content

Commit 5031035

Browse files
committed
enhancements nih tag access
1 parent 70e9f1b commit 5031035

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ WORKDIR /usr/local/app
44
ADD . .
55
RUN chmod +x deploy.sh
66

7-
RUN yarn && \
8-
yarn global add serve
7+
RUN yarn global add serve
8+
#
9+
#RUN yarn && \
10+
# yarn global add serve
911

1012
EXPOSE 3000
1113

0 commit comments

Comments
 (0)