diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 5ee3064..8757e62 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -8,7 +8,4 @@ RUN npm install COPY . . -#EXPOSE 3000 - -#CMD ["npm", "start"] RUN npm run build \ No newline at end of file