mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
update
This commit is contained in:
1
.idea/workspace.xml
generated
1
.idea/workspace.xml
generated
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user