fix dockerfile
This commit is contained in:
parent
dc82d97aaa
commit
6d55ee40ed
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM registry.gitlab.com/etke.cc/base/build AS builder
|
||||||
|
|
||||||
WORKDIR /postmoogle
|
WORKDIR /postmoogle
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make build
|
RUN just build
|
||||||
|
|
||||||
FROM registry.gitlab.com/etke.cc/base/app
|
FROM registry.gitlab.com/etke.cc/base/app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue