diff options
| author | Hunternif <hunternif@gmail.com> | 2022-10-02 04:37:48 +0100 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2022-10-02 04:44:46 +0100 |
| commit | 757d0ee8a6fc54e10d6f7c28d79b927d8eb0382d (patch) | |
| tree | ab61109254f07d39edc1b0d8c1714d0f0eff5f0c /client/Dockerfile | |
| parent | a82fa8940158784285872434659b5cb7fb9b817a (diff) | |
client: suggest tags based on lookalike posts
Diffstat (limited to 'client/Dockerfile')
| -rw-r--r-- | client/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile index dbb6659..d7091e3 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -7,7 +7,7 @@ RUN npm install COPY . ./ ARG BUILD_INFO="docker-latest" -ARG CLIENT_BUILD_ARGS="" +ARG CLIENT_BUILD_ARGS="--debug" RUN BASE_URL="__BASEURL__" node build.js --gzip ${CLIENT_BUILD_ARGS} |