Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
f31f4c04
Commit
f31f4c04
authored
Dec 02, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-migrate: fix docker setup
parent
b0a70bb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Dockerfile
op-chain-ops/Dockerfile
+1
-0
docker.go.work
op-chain-ops/docker.go.work
+1
-0
No files found.
op-chain-ops/Dockerfile
View file @
f31f4c04
...
...
@@ -5,6 +5,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
COPY
./op-chain-ops/docker.go.work /app/go.work
COPY
./op-chain-ops /app/op-chain-ops
COPY
./op-bindings /app/op-bindings
COPY
./op-node /app/op-node
WORKDIR
/app/op-chain-ops
...
...
op-chain-ops/docker.go.work
View file @
f31f4c04
...
...
@@ -3,4 +3,5 @@ go 1.18
use (
./op-bindings
./op-chain-ops
./op-node
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment