front-hub/Dockerfile
2022-12-03 23:46:27 +03:00

7 lines
69 B
Docker

FROM node:16-alpine
WORKDIR /usr/app
COPY . .
CMD ["yarn", "test"]