Skip to content

Commit 5ed50b5

Browse files
committed
build(image): update dockerfile
1 parent ca1513f commit 5ed50b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /usr/src/app
44
COPY ["package.json", "yarn.lock", "./"]
55
RUN npm install --production --silent && mv node_modules ../
66
COPY . .
7-
VOLUME [ "/data" ]
7+
VOLUME [ "./data" ]
8+
COPY "config.example.json" "./data"
89
EXPOSE 8000
910
CMD yarn start

0 commit comments

Comments
 (0)