mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
fix(docker): copy web directory (#745)
This commit is contained in:
@@ -32,6 +32,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY --from=builder /build/node_modules/ node_modules/
|
COPY --from=builder /build/node_modules/ node_modules/
|
||||||
COPY --from=builder /build/build/ build/
|
COPY --from=builder /build/build/ build/
|
||||||
|
COPY web/ web/
|
||||||
COPY package.json package.json
|
COPY package.json package.json
|
||||||
COPY version.txt version.txt
|
COPY version.txt version.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user