From 630d6c1be953fcdc3f369730c586507b4d882ea4 Mon Sep 17 00:00:00 2001 From: jonny Date: Thu, 11 Mar 2021 15:49:17 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b8942b..50cca5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base on latest (edge) alpine image FROM node:current-alpine as builder RUN apk add -U git build-base python3 build-base python3 && \ - git clone https//github.com/butlerx/wetty --branch main /usr/src/app + git clone https://github.com/butlerx/wetty --branch main /usr/src/app WORKDIR /usr/src/app COPY . /usr/src/app RUN yarn && \