Skip to content

Commit

Permalink
build(make): add changes to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Sep 13, 2024
1 parent c8d2a19 commit 26b0a18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
HTMX_VERSION=1.9.6
RESPONSE_TARGETS_VERSION=1.9.11
BOOTSTRAP_VERSION=5.3.2
GO_VERSION=1.21.5

.PHONY: run
## run: Runs the air command.
Expand All @@ -27,11 +26,11 @@ download-bootstrap:
.PHONY: docker-build
## docker-build: Builds the container image
docker-build:
docker build --build-arg="GO_VERSION=${GO_VERSION}" -t morphos .
docker build -t morphos .

.PHONY: docker-run
## docker-run: Runs the container
docker-run:
docker-run:
docker run --rm -p 8080:8080 -v /tmp:/tmp morphos

.PHONY: help
Expand Down

0 comments on commit 26b0a18

Please sign in to comment.