-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating node modules to deal with Conflicting peer dependency • upda…
…tes to docker files
- Loading branch information
1 parent
c881e91
commit f84c451
Showing
7 changed files
with
32,656 additions
and
18,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ ENV HUSKY_SKIP_INSTALL=1 | |
|
||
# Copy package files and install dependencies | ||
COPY package.json package-lock.json ./ | ||
RUN npm ci --omit=dev | ||
RUN npm ci [email protected] | ||
RUN npm install --omit=dev | ||
RUN npm install [email protected] | ||
|
||
# Copy the project files | ||
COPY .env.production .env | ||
|
@@ -26,7 +26,7 @@ COPY --from=builder /app/dist/apps/api ./dist | |
COPY package*.json ./ | ||
|
||
# Install a lightweight HTTP server to serve the static files | ||
RUN npm ci | ||
RUN npm install | ||
#--legacy-peer-deps | ||
|
||
# Expose the port the app runs on | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ ENV HUSKY_SKIP_INSTALL=1 | |
|
||
# Copy package files and install dependencies | ||
COPY package.json package-lock.json ./ | ||
RUN npm ci --omit=dev | ||
RUN npm ci [email protected] | ||
RUN npm install --omit=dev | ||
RUN npm install [email protected] | ||
|
||
# Copy the project files | ||
COPY .env.production .env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.