chore: fix dockerfile script path error

release/desktop v0.0.9
moonrailgun 3 years ago
parent 0188cf034c
commit 17799fad32

@ -12,4 +12,4 @@ EXPOSE 11011
RUN cd web && pnpm build
CMD node scripts/sync-config-from-env.js && http-server-spa ./web/dist index.html 11011
CMD node web/scripts/sync-config-from-env.js && http-server-spa ./web/dist index.html 11011

Loading…
Cancel
Save