api: Update Dockerfile and Makefile to support building and pushing to ECR.

This commit is contained in:
2021-07-05 01:59:16 -05:00
parent bc06fc54bb
commit c987d66504
2 changed files with 16 additions and 1 deletions

View File

@ -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 \