Skip to content

Commit

Permalink
fix: Change branch on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz authored Apr 3, 2024
1 parent 51c95e3 commit 451cfa4
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 @@ -31,7 +31,7 @@ RUN unzip ui*.zip -d ui
RUN mv ui /liman_files/

# CORE
RUN wget "https://github.com/limanmys/core/archive/refs/heads/feature-new-ui.zip" -O "core.zip"
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
Expand Down Expand Up @@ -101,4 +101,4 @@ RUN ["chmod", "+x", "/tmp/init.sh"]
RUN apt clean -yqq
RUN apt autoclean -yqq

ENTRYPOINT ["/tmp/init.sh"]
ENTRYPOINT ["/tmp/init.sh"]

0 comments on commit 451cfa4

Please sign in to comment.