|
|
@ -1,5 +1,5 @@ |
|
|
|
FROM node:latest AS build |
|
|
|
FROM node:latest AS build |
|
|
|
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init fira- |
|
|
|
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 package*.json .prettierrc .eslintrc.cjs tsconfig.json /usr/src/app/ |
|
|
|
COPY src /usr/src/app/src/ |
|
|
|
COPY src /usr/src/app/src/ |
|
|
|