Skip to content

cmd/dcrdata: add cache headers to improve page load on select pages #1220

cmd/dcrdata: add cache headers to improve page load on select pages

cmd/dcrdata: add cache headers to improve page load on select pages #1220

Workflow file for this run

name: Docker Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Build the Docker image
run: docker build -t decred/dcrdata:$(date +%s) .