uggly working i guess

This commit is contained in:
2025-07-01 20:01:24 +02:00
parent bbb9bc2751
commit 3a64770bb0
10 changed files with 88 additions and 48 deletions

19
images/Dockerfile Normal file
View File

@@ -0,0 +1,19 @@
FROM debian:latest
RUN apt update && apt install -y g++ git 7zip make cmake libmysqlcppconn-dev ffmpeg
RUN git clone --recursive https://github.com/xmake-io/xmake.git \
&& cd ./xmake \
&& ./configure \
&& make \
&& make install
ENV XMAKE_ROOT=y
WORKDIR /app
COPY back /app
RUN xmake -y
ENTRYPOINT xmake run