diff --git a/Dockerfile b/Dockerfile index e49a517..c5ad1f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ FROM fascinated/docker-images:node-latest EXPOSE 5000 -RUN npm i -g yarn - RUN yarn install RUN yarn build