mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-29 01:42:38 +00:00
added eslint check to docker test
This commit is contained in:
@@ -29,4 +29,5 @@ EXPOSE 3000
|
||||
|
||||
COPY --from=build /app /app
|
||||
|
||||
RUN npm run eslint
|
||||
CMD ["npm", "start"]
|
||||
@@ -5,4 +5,4 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
command: npm run test
|
||||
command: npm test
|
||||
Reference in New Issue
Block a user