diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 21a6324a..97b83d37 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -6,4 +6,3 @@ RUN rm /app/.npmrc # install frontend RUN yarn install && yarn run build:docker -