We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7661b6 commit 8d67bd7Copy full SHA for 8d67bd7
Dockerfile
@@ -8,15 +8,13 @@ ARG DEBIAN_FRONTEND=noninteractive
8
RUN apk update \
9
&& apk upgrade \
10
&& apk add --no-cache bash git openssh \
11
-&& npm install -g bower \
12
&& npm install \
13
&& chown -R node:node /app \
14
&& npm rebuild node-sass \
15
&& npm cache clean --force
16
17
USER node
18
WORKDIR /app
19
-RUN bower install
20
21
EXPOSE 4000
22
docker-compose.yml
@@ -8,7 +8,6 @@ services:
- .:/app
# http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.html
- /app/node_modules
- - /app/bower_components
ports:
# Expose container port.
- "4000:4000"
0 commit comments