Skip to content

Commit 62b4392

Browse files
committed
💚 Update Dockerfile working directory
1 parent 309691c commit 62b4392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ENV \
2727
#DISABLE_STATS= \
2828
_=
2929

30-
WORKDIR /home/node
30+
WORKDIR /app
3131
COPY package*.json ./
3232
RUN \
3333
apk add --no-cache --virtual build-dependencies build-base gcc wget git && \

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
pull:
44
build: ./
55
volumes:
6-
- ./pk.pem:/home/node/pk.pem:ro
6+
- ./pk.pem:/app/pk.pem:ro
77
env_file:
88
- ./.env
99
ports:

0 commit comments

Comments
 (0)