Skip to content

Commit 01dea24

Browse files
committed
Remove webpack configuration from Dockerfile
1 parent e69ad77 commit 01dea24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ COPY package.json /frontend/
44
COPY package-lock.json /frontend/
55
COPY tsconfig.json /frontend/
66
COPY tsconfig.app.json /frontend/
7-
COPY webpack.config.ts /frontend/
87
COPY angular.json /frontend/
98
COPY ./public/ /frontend/src/
109
COPY ./src/ /frontend/src/

0 commit comments

Comments
 (0)