This commit is contained in:
cedricve
2020-12-27 22:58:04 +01:00
parent 946ee37860
commit 5382bf27e3
2 changed files with 1 additions and 2 deletions

1
.idea/workspace.xml generated
View File

@@ -20,7 +20,6 @@
</component>
<component name="ChangeListManager">
<list default="true" id="a7068f59-4f3c-433c-8799-69696924bbcd" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />

View File

@@ -14,7 +14,7 @@ COPY backend /go/src/github.com/kerberos-io/opensource/backend
COPY frontend /go/src/github.com/kerberos-io/opensource/frontend
# Build react
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install curl && curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN cd /go/src/github.com/kerberos-io/opensource/frontend && \
yarn build