diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 29b58e8..d992c4c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,6 +1,5 @@ FROM node:latest -RUN npm install -g yarn WORKDIR /src/ -CMD ["bash", "start.sh"] \ No newline at end of file +CMD ["bash", "start.sh"]