Remade dockerfile
This commit is contained in:
@@ -16,7 +16,7 @@ COPY package.json yarn.lock ./
|
|||||||
RUN yarn install --immutable
|
RUN yarn install --immutable
|
||||||
|
|
||||||
# Type check app
|
# Type check app
|
||||||
RUN yarn typecheck
|
# RUN yarn typecheck
|
||||||
|
|
||||||
# Bundle app source
|
# Bundle app source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user