diff --git a/Dockerfile b/Dockerfile index 016a39a..7a82ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,6 @@ RUN npm install # Linting and formating RUN yarn RUN yarn lint -RUN yarn format # Expose Quasar dev port EXPOSE 9000