Add needed PCRE dependency.
This commit is contained in:
parent
39031e23df
commit
f907ef83cf
@ -8,6 +8,7 @@ RUN nimble build -y
|
||||
|
||||
FROM alpine
|
||||
EXPOSE 80
|
||||
RUN apk -v --update add --no-cache pcre
|
||||
|
||||
RUN mkdir -p /data
|
||||
COPY --from=build /toclerbe/toclerbe /
|
||||
|
5
Makefile
5
Makefile
@ -22,10 +22,11 @@ build-image: $(SOURCES)
|
||||
push-image: build-image
|
||||
docker push $(ECR_ACCOUNT_URL)/toclerbe:$(VERSION)
|
||||
|
||||
serve-docker: build-image start-postgres
|
||||
serve-docker: build-image
|
||||
docker run \
|
||||
-v "data:/data" \
|
||||
-e TOCLERBE_PORT=80 \
|
||||
-e TOCLERBE_API_KEYS=qwertyasdfgh
|
||||
-e TOCLERBE_API_KEYS=qwertyasdfgh \
|
||||
-e "ISSUER=$(ISSUER)" \
|
||||
-p 127.0.0.1:$(PORT):80/tcp \
|
||||
$(ECR_ACCOUNT_URL)/toclerbe:$(VERSION)
|
||||
|
Loading…
x
Reference in New Issue
Block a user