Skip to content

Commit 8d67bd7

Browse files
committed
Remove bower from docker configs
1 parent f7661b6 commit 8d67bd7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ ARG DEBIAN_FRONTEND=noninteractive
88
RUN apk update \
99
&& apk upgrade \
1010
&& apk add --no-cache bash git openssh \
11-
&& npm install -g bower \
1211
&& npm install \
1312
&& chown -R node:node /app \
1413
&& npm rebuild node-sass \
1514
&& npm cache clean --force
1615

1716
USER node
1817
WORKDIR /app
19-
RUN bower install
2018

2119
EXPOSE 4000
2220

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ services:
88
- .:/app
99
# http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.html
1010
- /app/node_modules
11-
- /app/bower_components
1211
ports:
1312
# Expose container port.
1413
- "4000:4000"

0 commit comments

Comments
 (0)