Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit c847ef9

Browse files
committed
Update Dockerfile
1 parent abf8043 commit c847ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM node:10-alpine
1+
FROM node:10
22

33
ENV BIND_HOST=0.0.0.0 ELASTICSEARCH_HOST=elasticsearch ELASTICSEARCH_PORT=9200 REDIS_HOST=redis REDIS_PORT=6379 REDIS_DB=0 PM2_ARGS=--no-daemon VS_ENV=prod
44

55
WORKDIR /var/www
66

77
COPY . .
88

9-
RUN apk add --no-cache git \
9+
RUN apt update && apt install -y git \
1010
&& yarn install
1111

1212
COPY dev/docker/vue-storefront-api.sh /usr/local/bin/

0 commit comments

Comments
 (0)