This commit is contained in:
@@ -12,7 +12,6 @@ RUN corepack enable
|
||||
RUN corepack prepare yarn@stable --activate
|
||||
WORKDIR /app
|
||||
COPY --from=dependencies /app/node_modules ./
|
||||
RUN ls -lR /app/node_modules
|
||||
COPY . /app/
|
||||
RUN yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user