Skip to content

Commit 21e6ad3

Browse files
committed
adding make command to build and publish sandbox
1 parent adb75e3 commit 21e6ad3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ convert-postman: # Create Postman collection from OAS spec
158158
portman -l /app/eligibility-signposting-api.yaml -o /app/postman/collection.json
159159
echo >> $(POSTMAN_DIR)/collection.json
160160
rm $(POSTMAN_DIR)/eligibility-signposting-api.yaml
161+
162+
build-and-publish-sandbox-image: # Build and publish the sandbox Docker image
163+
$(MAKE) -C sandbox build-and-publish-sandbox-image
164+
165+
161166
# ==============================================================================
162167

163168
${VERBOSE}.SILENT: \

0 commit comments

Comments
 (0)