aboutsummaryrefslogtreecommitdiff
path: root/services/docker/nginx/build-www.bash
blob: 498f8b8a8a49b48f94dc3aef1a186a37e9025378 (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/env bash

set -e

cd /app/src/
ls -l .
[[ ! -d public ]] || rm -rf public
hugo