diff --git a/Dockerfile b/Dockerfile index c23808b..8127360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN yarn # Copy app COPY . . # Build -RUN yarn build +RUN yarn run build # production environment FROM nginx:stable-alpine