Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 95e88fb

Browse files
committed
feat(docker): remove ADD ./types /src/types/
1 parent cbabbed commit 95e88fb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Dockerfile.dev

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
2323

2424
# Bundle app source
2525
ADD ./src /src/src/
26-
ADD ./types /src/types/
2726

2827
# Install app dependencies
2928
COPY .babelrc /src/.babelrc

Dockerfile.prod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
2323

2424
# Bundle app source
2525
ADD ./src /src/src/
26-
ADD ./types /src/types/
2726

2827
# Install app dependencies
2928
COPY .babelrc /src/.babelrc

Dockerfile.stg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
2323

2424
# Bundle app source
2525
ADD ./src /src/src/
26-
ADD ./types /src/types/
2726

2827
# Install app dependencies
2928
COPY .babelrc /src/.babelrc

0 commit comments

Comments
 (0)