'update files with ansible'
This commit is contained in:
parent
21897d05d6
commit
ecea6825c8
@ -1,6 +1,6 @@
|
|||||||
# Base on latest (edge) alpine image
|
# Base on latest (edge) alpine image
|
||||||
FROM node:current-alpine as builder
|
FROM node:current-alpine as builder
|
||||||
RUN apk add -U git build-base python3git build-base python3 && \
|
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
|
WORKDIR /usr/src/app
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user