This commit is contained in:
TheMaddax 2024-11-23 18:08:25 -06:00
parent d11e029d5f
commit 4ff75768de

View file

@ -5,6 +5,7 @@ ENV NODE_ENV=${NODE_ENV}
WORKDIR /app
COPY package*.json ./
RUN npm ci
RUN npm install -g typescript
COPY . .
RUN npm run build