Skip to content

Commit

Permalink
fix: Docker image build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz authored Apr 3, 2024
1 parent 451cfa4 commit 7f66264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN mv ui /liman_files/
# CORE
RUN wget "https://github.com/limanmys/core/archive/refs/heads/master.zip" -O "core.zip"
RUN unzip -qq core.zip
RUN mv core-feature-new-ui/* /liman_files/server
RUN mv core-feature-new-ui/.env.example /liman_files/server
RUN mv core-master/* /liman_files/server
RUN mv core-master/.env.example /liman_files/server
RUN rm -rf core.zip

# PHP SANDBOX
Expand Down

0 comments on commit 7f66264

Please sign in to comment.