'update files with ansible'

This commit is contained in:
jonny 2021-03-11 15:42:09 +00:00
parent 66140bc908
commit 21897d05d6

View File

@ -1,7 +1,7 @@
# Base on latest (edge) alpine image
FROM node:current-alpine as builder
RUN apk add -U git build-base python3git build-base python3 \
&& git clone https//github.com/butlerx/wetty --branch main /usr/src/app
RUN apk add -U git build-base python3git build-base python3 && \
git clone https//github.com/butlerx/wetty --branch main /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN yarn && \