From 3afe200385eee75a63ccb2d18f70720d8a6c038a Mon Sep 17 00:00:00 2001 From: anteqkois Date: Sun, 5 May 2024 11:45:35 +0200 Subject: [PATCH] ci(github actions): try to deploy --- apps/web/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 4250b259..84875ab6 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -1,4 +1,5 @@ -FROM linkerry/base:latest AS builder +# FROM linkerry/base:latest AS builder +FROM registry.digitalocean.com/linkerry/base:latest AS builder ARG NODE_ENV ARG BUILD_FLAG