Skip to content

Commit

Permalink
amend makefile 4
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEllwood committed Dec 3, 2024
1 parent 5176e01 commit 974b371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:
docker build --network=${NETWORK} -t ${REGISTRY}:${IMAGE_TAG} nginx-proxy

up:
docker-compose up -d jupyter-lab nginx-proxy
docker compose up -d jupyter-lab nginx-proxy

logs:
docker-compose logs -f nginx-proxy
Expand Down

0 comments on commit 974b371

Please sign in to comment.