mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Dockerfile builds, not running tests
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -2,13 +2,15 @@ FROM node:14.15-alpine as build
|
||||
|
||||
WORKDIR /bonob
|
||||
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
COPY tsconfig.json .
|
||||
COPY src .
|
||||
# COPY tests .
|
||||
# COPY jest.config.js .
|
||||
COPY package.json .
|
||||
# COPY register.js .
|
||||
COPY tsconfig.json .
|
||||
COPY yarn.lock .
|
||||
|
||||
RUN yarn install && \
|
||||
yarn test --no-cache && \
|
||||
yarn build
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user