🐳 Fixed template variable presentation in Dockerfile comment

This commit is contained in:
Maxim Lebedev 2024-05-01 04:33:16 +05:00
parent 19b78e0a85
commit 92e4128d69
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
# docker build --rm -f build/Dockerfile -t $REPO_LINK .
# docker build --rm -f build/Dockerfile -t source.toby3d.me${REPO_LINK} .
# Build
FROM golang:alpine AS builder