fix dockerfile

This commit is contained in:
Aine 2023-02-11 20:55:57 +02:00
parent dc82d97aaa
commit 6d55ee40ed
No known key found for this signature in database
GPG key ID: 34969C908CCA2804

View file

@ -2,7 +2,7 @@ FROM registry.gitlab.com/etke.cc/base/build AS builder
WORKDIR /postmoogle
COPY . .
RUN make build
RUN just build
FROM registry.gitlab.com/etke.cc/base/app