We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c346a4a commit 30bb916Copy full SHA for 30bb916
Dockerfile
@@ -5,5 +5,5 @@ RUN mkdir -p /p2s
5
WORKDIR /p2s
6
COPY . ./
7
RUN sbt one-jar
8
-RUN cp target/scala-2.11/postgresql-to-sqlite_2.11-1.0.1-one-jar.jar pq2sqlite.jar
9
-CMD exec java -jar pq2sqlite.jar -d "$psource" -o "$starget"
+RUN cp target/scala-2.11/postgresql-to-sqlite_2.11-*-one-jar.jar pg2sqlite.jar
+CMD exec java -jar pg2sqlite.jar -d "$psource" -o "$starget"
0 commit comments