Fix order in Dockerfile
This commit is contained in:
parent
a8528e4a4a
commit
562922a586
1 changed files with 1 additions and 1 deletions
|
|
@ -53,8 +53,8 @@ ENV BABASHKA_STATIC=$BABASHKA_STATIC
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN ./script/uberjar
|
RUN ./script/uberjar
|
||||||
RUN ./script/compile
|
|
||||||
RUN ./script/setup-musl
|
RUN ./script/setup-musl
|
||||||
|
RUN ./script/compile
|
||||||
|
|
||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
RUN apt-get update && apt-get install -y curl \
|
RUN apt-get update && apt-get install -y curl \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue