diff --git a/Dockerfile b/Dockerfile index a2d77d30..ed0163d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,4 @@ WORKDIR /opt/recipes COPY . ./ RUN chmod +x boot.sh -WORKDIR /opt/recipes/vue -RUN yarn install -RUN yarn build - ENTRYPOINT ["/opt/recipes/boot.sh"] \ No newline at end of file