Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 90fecc9

Browse files
authored
fix(v0.0.2): data path in Dockerfile
1 parent af39d92 commit 90fecc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM postgres:latest
22

3-
COPY ./data /data
3+
COPY ../data /data
44
ENV PGDATA=/data

0 commit comments

Comments
 (0)