Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5b368b1

Browse files
committed
Remove duplicate tsconfig.json import in Dockerfile
1 parent fd46353 commit 5b368b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44
COPY package.json yarn.lock serverless.yml ./
55
RUN yarn install --ignore-scripts
66

7-
COPY tsconfig.json tsconfig.json tslint.json webpack.config.ts ./
7+
COPY tsconfig.json tslint.json webpack.config.ts ./
88
COPY src src
99

1010
EXPOSE 3000/tcp

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /