This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/test.Dockerfile
2022-05-20 00:20:57 +00:00

6 lines
163 B
Docker

FROM ghcr.io/the-bds-maneger/container:latest
WORKDIR /testApp
COPY ./package*.json ./
RUN npm ci
COPY ./ ./
RUN npm run test:host -- --exit-on-error --show-return