front-hub/Dockerfile

7 lines
69 B
Docker
Raw Normal View History

2022-12-03 20:46:27 +00:00
FROM node:16-alpine
WORKDIR /usr/app
COPY . .
CMD ["yarn", "test"]