-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding in the new variables in all 3 files.
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
FROM golang:alpine3.19 AS builder | ||
|
||
#RUN apk update && apk add --no-cache upx make build-base bash git openssl | ||
RUN apk update && apk add --no-cache upx make build-base bash git openssl | ||
|
||
ENV CGO_ENABLED=0 \ | ||
GOOS=linux \ | ||
|
@@ -79,6 +79,8 @@ ENV LOG_TO_CONSOLE=true | |
ENV LOG_SQL=false | ||
ENV AWS_SES_PWD=password | ||
ENV [email protected] | ||
ENV SES_ENDPOINT=smtp.mail.com | ||
ENV SNS_ENDPOINT=sns.local.com | ||
ENV BATCH_DELETION_KEY=key | ||
|
||
# Making a note for a new dockerfile test. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters