'update files with ansible'

This commit is contained in:
jonny 2021-03-11 15:46:45 +00:00
parent 21897d05d6
commit ecea6825c8

View File

@ -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