caiiiycuk / postgresql-to-sqlite

pg2sqlite is easy to use solution to create sqlite database from postgresql dump
MIT License
129 stars 11 forks source link

Dockerfile cp statement wrong #21

Closed nuclearaaron closed 9 months ago

nuclearaaron commented 9 months ago

The cp step is wrong--it looks for 1.0.1, not 1.0.3 (current). The version should probably be stored in a variable somewhere rather than be hard-coded or perhaps the build step that creates the Dockerfile needs to be updated.

caiiiycuk commented 9 months ago

You are right, need to update Dockerfile