mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 21:47:24 +00:00
fix: Dockerfile
This commit is contained in:
parent
cb84dbcc22
commit
7c1c4d7581
@ -24,7 +24,6 @@ RUN --mount=type=cache,id=build-apt-cache,target=/var/cache/apt \
|
||||
|
||||
# Grab libraries and load them
|
||||
COPY --from=build /app/build/mariadbcpp/libmariadbcpp.so /usr/local/lib/
|
||||
COPY --from=build /app/build/mariadbcpp/libmariadb.so.3 /usr/local/lib/
|
||||
RUN ldconfig
|
||||
|
||||
# Server bins
|
||||
|
Loading…
Reference in New Issue
Block a user