Add config files to the build context

main
Mari 7 months ago
parent 8ee9c83fed
commit 9978126428
  1. 2
      Dockerfile

@ -1,8 +1,8 @@
FROM node:latest AS build FROM node:latest AS build
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY package*.json .prettierrc .eslintrc.cjs tsconfig.json /usr/src/app/
COPY src /usr/src/app/src/ COPY src /usr/src/app/src/
COPY package*.json /usr/src/app/
RUN npm ci RUN npm ci
RUN npm run lint RUN npm run lint
RUN npm run build RUN npm run build

Loading…
Cancel
Save