remove npm install ONBUILD
This commit is contained in:
parent
65045b9090
commit
eee462841b
1 changed files with 3 additions and 3 deletions
|
|
@ -77,7 +77,7 @@ EXPOSE 3000
|
|||
|
||||
ONBUILD ADD ./ /app
|
||||
|
||||
ONBUILD RUN npm install && \
|
||||
#npm run build && \
|
||||
mkdir "/app/tmp" -p
|
||||
#ONBUILD RUN npm install && \
|
||||
# #npm run build && \
|
||||
# mkdir "/app/tmp" -p
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue