-
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 Dockerfile along with debug elements in index.ts
- Loading branch information
1 parent
42cdbeb
commit ac0a32b
Showing
3 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,9 @@ LABEL org.opencontainers.image.licenses=MIT | |
WORKDIR / | ||
|
||
COPY ./package.json ./package.json | ||
COPY ./yarn.lock ./yarn.lock | ||
RUN yarn install --frozen-lockfile | ||
# RUN yarn install | ||
# RUN yarn add --dev [email protected] | ||
|
||
RUN yarn install | ||
RUN yarn add [email protected] | ||
RUN yarn tsc --version | ||
COPY . . | ||
|
||
EXPOSE 4000 | ||
|
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