Merge folders, stupid mistake
This commit is contained in:
parent
e0f6b41154
commit
c3999100ef
1 changed files with 3 additions and 3 deletions
|
@ -51,6 +51,6 @@ RUN make -j && make install
|
|||
|
||||
FROM gitea.simcop2387.info/simcop2387/postgresql-container-base:${BASE_IMAGE_TAG}
|
||||
|
||||
COPY --from=pgbuilder /usr/share/postgresql/ /usr/share/posrgresql/
|
||||
COPY --from=pgbuilder /usr/lib/postgresql/ /usr/lib/postgresql/
|
||||
COPY --from=pgbuilder /usr/local/ /usr/local/
|
||||
COPY --from=pgbuilder /usr/share/postgresql/. /usr/share/posrgresql/
|
||||
COPY --from=pgbuilder /usr/lib/postgresql/. /usr/lib/postgresql/
|
||||
COPY --from=pgbuilder /usr/local/. /usr/local/
|
||||
|
|
Loading…
Add table
Reference in a new issue