Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit da5c98d

Browse files
committed
docker, build: Trivial clean up of Dockerfile, add docker:rm yarn target
1 parent 713c65b commit da5c98d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# vim:set ft=dockerfile:
22
FROM alpine:3.17
3-
# FIXME: Consider potentially moving to one of the RabbitMQ alpine images
4-
# as a base instead. eg: https://hub.docker.com/_/rabbitmq
53

64
LABEL maintainer="Justin Clift <[email protected]>"
75

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"docker:psql": "docker exec -it dbhub-build psql -U postgres dbhub",
2929
"docker:recompile": "docker exec -it dbhub-build /bin/sh /usr/local/bin/compile.sh",
3030
"docker:restart": "docker exec -it dbhub-build /bin/sh /usr/local/bin/restart.sh",
31+
"docker:rm": "docker image rm dbhub-build",
3132
"docker:start": "docker run -itd --rm --name dbhub-build -p 9443-9445:9443-9445/tcp -p 5550:5550/tcp dbhub-build:latest",
3233
"docker:startlocal": "docker run -itd --rm --name dbhub-build --net host --mount type=bind,src=\"$(pwd)\",target=/dbhub.io dbhub-build:latest",
3334
"docker:stop": "docker container stop dbhub-build",

0 commit comments

Comments
 (0)