Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 68cb674

Browse files
committed
yarn build instead of fwe yarn build:*
1 parent c961a81 commit 68cb674

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ COPY . .
99
# Should be yarn install --production
1010
RUN apt update && apt install -y git \
1111
&& yarn install \
12-
&& yarn build:client \
13-
&& yarn build:server \
14-
&& yarn build:sw
12+
&& yarn build
1513

1614
COPY dev/docker/vue-storefront.sh /usr/local/bin/
1715
RUN chmod a+x /usr/local/bin/vue-storefront.sh

0 commit comments

Comments
 (0)