You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,20 @@ The user must be a member of the project you want to copy. This user must be the
40
40
1. edit settings.ts
41
41
1. run `npm run start`
42
42
43
+
### Docker
44
+
45
+
If you don't have Node.js installed in your local environment and don't want to install it you can use the Dockerized approach.
46
+
47
+
1. Make sure that you have [Docker](https://docs.docker.com/engine/install/) installed in your computer. You can test running `docker version` in the terminal.
48
+
1.`cp sample_settings.ts settings.ts`
49
+
1. edit settings.ts
50
+
1.`docker build -t node-gitlab-2-github:latest .`
51
+
1.`docker run node-gitlab-2-github:latest`
52
+
53
+
If you want to let it run in the background (detached mode), just use the following command:
0 commit comments