'update files with ansible'
This commit is contained in:
parent
ecea6825c8
commit
630d6c1be9
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user