Update dockerfile file to remove prod install.
This commit is contained in:
@@ -29,7 +29,7 @@ FROM base AS runner
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
# Install only production app dependencies
|
# Install only production app dependencies
|
||||||
RUN yarn install --immutable-cache
|
#RUN yarn install
|
||||||
|
|
||||||
# Bundle app source
|
# Bundle app source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user