Skip to content

Commit 0dd5b63

Browse files
committed
fixed syntax error.
1 parent 9680f1c commit 0dd5b63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG DEBIAN_FRONTEND=noninteractive
88
RUN npm install -g bower \
99
&& npm install \
1010
&& chown -R node:node /app \
11-
&& npm rebuild node-sass
11+
&& npm rebuild node-sass \
1212
&& npm cache clean --force
1313

1414
USER node

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2'
1+
version: '3'
22

33
services:
44
node:

0 commit comments

Comments
 (0)