api: Clean up Dockerfile and Makefile.
This commit is contained in:
parent
789e702e7d
commit
2dda8ebd76
@ -1,5 +1,4 @@
|
|||||||
FROM 063932952339.dkr.ecr.us-west-2.amazonaws.com/alpine-nim:nim-1.6.10 AS build
|
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 hff_entry_forms_api.nimble /hff_entry_forms_api/
|
||||||
COPY src /hff_entry_forms_api/src
|
COPY src /hff_entry_forms_api/src
|
||||||
|
@ -13,6 +13,8 @@ endif
|
|||||||
# The server to target when publishing the API
|
# The server to target when publishing the API
|
||||||
TARGET_SERVER ?= sobeck.jdb-software.com
|
TARGET_SERVER ?= sobeck.jdb-software.com
|
||||||
|
|
||||||
|
TARGET_ENV ?= local
|
||||||
|
|
||||||
# The Notion integration token.
|
# The Notion integration token.
|
||||||
AUTH_SECRET ?= 123abc
|
AUTH_SECRET ?= 123abc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user