mirror of
https://github.com/PretendoNetwork/friends.git
synced 2026-03-21 18:04:11 -05:00
chore: separate app_dir and build_string arguments for readability
This commit is contained in:
parent
dd3c236880
commit
d5395eb9d1
|
|
@ -5,7 +5,8 @@ ARG app_dir="/home/go/app"
|
|||
|
||||
# * Building the application
|
||||
FROM golang:1.22-alpine3.20 AS build
|
||||
ARG app_dir build_string=pretendo.friends.docker
|
||||
ARG app_dir
|
||||
ARG build_string=pretendo.friends.docker
|
||||
|
||||
WORKDIR ${app_dir}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user