Added git
This commit is contained in:
parent
3059ab5297
commit
022cfb0c6f
@ -1,6 +1,6 @@
|
||||
# Base on latest (edge) alpine image
|
||||
FROM node:current-alpine as builder
|
||||
RUN apk add -U build-base python3 \
|
||||
RUN apk add -U git build-base python3 \
|
||||
&& git clone https://github.com/butlerx/wetty --branch main /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
COPY . /usr/src/app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user