Skip to content

Commit

Permalink
dont use generated api in build
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Sep 24, 2022
1 parent 56d84fd commit 1dcca8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ COPY ./web /work/web/

ENV NODE_ENV=production
WORKDIR /work/web
RUN npm ci
COPY ./gen-ts-api/ /work/web/node_modules/gravity-api/
RUN npm run build
RUN npm ci && npm run build

# Stage 2: Build
FROM golang:1.19.1 as builder
Expand Down

0 comments on commit 1dcca8f

Please sign in to comment.