mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +00:00
Fix Dockerfile
This commit is contained in:
parent
99687a1c28
commit
c797365641
1 changed files with 2 additions and 2 deletions
|
|
@ -48,13 +48,13 @@ COPY scripts/install.sh install.sh
|
|||
RUN bash install.sh && \
|
||||
rm -rf /var/lib/apt/lists/* install.sh
|
||||
|
||||
COPY --from=build ${BUILD_PATH}/bin/ ./
|
||||
RUN cp -s $(pwd)/* /usr/local/bin
|
||||
RUN mkdir -p ./assets/cache && \
|
||||
mkdir -p ./assets/cores && \
|
||||
mkdir -p ./assets/games && \
|
||||
mkdir -p ./libretro && \
|
||||
mkdir -p /root/.cr
|
||||
COPY --from=build ${BUILD_PATH}/bin/ ./
|
||||
RUN cp -s $(pwd)/* /usr/local/bin
|
||||
COPY assets/cores ./assets/cores
|
||||
COPY configs ./configs
|
||||
COPY web ./web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue