Skip to content

Commit

Permalink
Fix#13 wrong file name in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Guryanov committed Mar 30, 2023
1 parent 4778c8b commit d41b9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ RUN mkdir -p /p2s
WORKDIR /p2s
COPY . ./
RUN sbt one-jar
RUN cp target/scala-2.11/postgresql-to-sqlite_2.11-0.0.1-SNAPSHOT-one-jar.jar pq2sqlite.jar
CMD exec java -jar pq2sqlite.jar -d "$psource" -o "$starget"
RUN cp target/scala-2.11/postgresql-to-sqlite_2.11-1.0.1-one-jar.jar pq2sqlite.jar
CMD exec java -jar pq2sqlite.jar -d "$psource" -o "$starget"

0 comments on commit d41b9df

Please sign in to comment.