removed yarn format

This commit is contained in:
Frédérick Pruneau 2025-11-14 15:18:52 -05:00
parent 5d3e6d9498
commit 7d311ecc29

View File

@ -19,7 +19,6 @@ RUN npm install
# Linting and formating
RUN yarn
RUN yarn lint
RUN yarn format
# Expose Quasar dev port
EXPOSE 9000