Skip to content

Commit

Permalink
removed copying of .env into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick committed Mar 17, 2024
1 parent ad43442 commit 734112b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions napp.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
ErrInvalidName = errors.New("invalid project name")
)

const version = "v0.3.1"
const version = "v0.3.2"

func main() {
args := os.Args[1:]
Expand Down Expand Up @@ -784,9 +784,6 @@ COPY static /app/static
# Copy all template files into the container
COPY template /app/template
# Copy .env file into the container
COPY .env /app/.env
# Expose port 8080 to run the application
EXPOSE 8080
Expand Down

0 comments on commit 734112b

Please sign in to comment.