'update files with ansible'

This commit is contained in:
jonny 2021-04-15 12:46:01 +00:00
parent b291133b55
commit 73551bdf4c

View File

@ -2,7 +2,7 @@
FROM node:current-alpine as builder
RUN apk add -U git build-base python3 curl && \
curl -L https://github.com/butlerx/wetty/archive/refs/tags/v2.0.3.tar.gz -o /tmp/wetty.tar.gz && \
tar zxvf /tmp/wetty.tar.zxvf -C /tmp
tar zxvf /tmp/wetty.tar.gz -C /tmp
WORKDIR /usr/src/app
COPY . /usr/src/app
RUN mv /tmp/wetty-2.0.3/* . && \