From 2dda8ebd76ccba556a0f9d88d492d0fba68c3e60 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Mon, 12 Aug 2024 15:46:52 -0500 Subject: [PATCH] api: Clean up Dockerfile and Makefile. --- api/Dockerfile | 1 - api/Makefile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 5339f9d..c4fc7c7 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,5 +1,4 @@ FROM 063932952339.dkr.ecr.us-west-2.amazonaws.com/alpine-nim:nim-1.6.10 AS build -MAINTAINER jonathan@jdbernard.com COPY hff_entry_forms_api.nimble /hff_entry_forms_api/ COPY src /hff_entry_forms_api/src diff --git a/api/Makefile b/api/Makefile index 94a7a9b..2654e99 100644 --- a/api/Makefile +++ b/api/Makefile @@ -13,6 +13,8 @@ endif # The server to target when publishing the API TARGET_SERVER ?= sobeck.jdb-software.com +TARGET_ENV ?= local + # The Notion integration token. AUTH_SECRET ?= 123abc