mirror of
https://github.com/falk-werner/webfuse-example
synced 2024-10-27 20:44:09 +00:00
fix: update packge before build
This commit is contained in:
parent
c85e145c46
commit
c93d5fde01
@ -137,6 +137,7 @@ RUN set -x \
|
||||
COPY www /usr/local/src/www
|
||||
RUN set -x \
|
||||
&& cd /usr/local/src/www \
|
||||
&& npm update --no-save \
|
||||
&& npm run build \
|
||||
&& mkdir -p /var/www \
|
||||
&& cp -r ./dist/. /var/www/
|
||||
|
Loading…
Reference in New Issue
Block a user