fix npm path (#635)

This commit is contained in:
ReenigneArcher
2022-12-27 14:03:00 -05:00
committed by GitHub
parent c0b042fa8a
commit c1f0daa024
10 changed files with 6 additions and 15 deletions

View File

@@ -43,7 +43,6 @@ WORKDIR /root/sunshine-build/
COPY . .
# setup npm and dependencies
WORKDIR /root/sunshine-build/src_assets/common/assets/web
RUN npm install
# setup build directory