Update Dockerfile

This commit is contained in:
cedricve
2020-12-27 23:01:56 +01:00
parent 7c4e52c616
commit cef5579d4d

View File

@@ -16,7 +16,7 @@ COPY frontend /go/src/github.com/kerberos-io/opensource/frontend
# Build react
RUN apt-get install curl && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
apt update && apt install yarn
apt update && apt install yarn -y
RUN cd /go/src/github.com/kerberos-io/opensource/frontend && \
yarn build