Remade dockerfile
This commit is contained in:
@@ -15,11 +15,12 @@ COPY package.json yarn.lock ./
|
|||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
RUN yarn install --immutable
|
RUN yarn install --immutable
|
||||||
|
|
||||||
|
# Type check app
|
||||||
|
RUN yarn typecheck
|
||||||
|
|
||||||
# Bundle app source
|
# Bundle app source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Type check app
|
|
||||||
RUN yarn typecheck
|
|
||||||
|
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user