api: Update Dockerfile and Makefile to support building and pushing to ECR.
This commit is contained in:
@ -7,6 +7,7 @@ WORKDIR /pm-api
|
||||
RUN nimble build -y
|
||||
|
||||
FROM alpine
|
||||
EXPOSE 80
|
||||
RUN apk -v --update add --no-cache \
|
||||
ca-certificates \
|
||||
libcrypto1.1 \
|
||||
|
Reference in New Issue
Block a user