[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/flyinprogrammer/sourcegraph/main/dev/dev-sourcegraph-server.sh [Back]  [Original]

#!/usr/bin/env bash

cd "$(dirname "${BASH_SOURCE[0]}")"/..
set -ex

# Build a Sourcegraph server docker image to run for development purposes. Note
# that this image is not exactly identical to the published sourcegraph/server
# images, as those include Sourcegraph Enterprise features.
time cmd/server/pre-build.sh
IMAGE=sourcegraph/server:0.0.0-DEVELOPMENT VERSION=0.0.0-DEVELOPMENT time cmd/server/build.sh

IMAGE=sourcegraph/server:0.0.0-DEVELOPMENT dev/run-server-image.sh

Web Proxy Viewer  |  New URL  |  Original Page