fix: Repair merge issue in Dockerfile
This commit is contained in:
parent
40cdba481c
commit
a208fd7ebe
1 changed files with 0 additions and 7 deletions
|
@ -50,11 +50,4 @@ RUN MAKE=cmake mix compile
|
||||||
COPY --from=asset-builder /root/app/apps/app/priv/static/ /root/app/apps/app/priv/static
|
COPY --from=asset-builder /root/app/apps/app/priv/static/ /root/app/apps/app/priv/static
|
||||||
RUN mix phx.digest
|
RUN mix phx.digest
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
RUN script/restore-timestamps
|
|
||||||
|
|
||||||
RUN mkdir -p /root/app/priv/
|
|
||||||
|
|
||||||
>>>>>>> v2.4.7
|
|
||||||
CMD elixir --name ${NAME:=legendary}@$(hostname -f) -S mix phx.server
|
CMD elixir --name ${NAME:=legendary}@$(hostname -f) -S mix phx.server
|
||||||
|
|
Loading…
Reference in a new issue