We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb75e3 commit 21e6ad3Copy full SHA for 21e6ad3
Makefile
@@ -158,6 +158,11 @@ convert-postman: # Create Postman collection from OAS spec
158
portman -l /app/eligibility-signposting-api.yaml -o /app/postman/collection.json
159
echo >> $(POSTMAN_DIR)/collection.json
160
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
166
# ==============================================================================
167
168
${VERBOSE}.SILENT: \
0 commit comments