adding linting and bunch of scripts

This commit is contained in:
talksik
2022-06-03 11:16:08 -07:00
parent f8de994490
commit b7787afcc2
3 changed files with 24 additions and 3 deletions
-1
View File
@@ -19,7 +19,6 @@ RUN yarn install
WORKDIR /app/packages/api
RUN yarn install --production
RUN yarn build
CMD ["yarn", "start"]