mirror of
https://github.com/catdevnull/preciazo.git
synced 2025-02-20 01:16:24 +00:00
escribir containerfile especificando registry
This commit is contained in:
parent
143c87c433
commit
fcc7449307
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM oven/bun:1-alpine AS base
|
||||
FROM docker.io/oven/bun:1-alpine AS base
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
FROM base AS builder
|
||||
|
|
Loading…
Reference in a new issue