Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
deadlock-desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
deadlock-public
deadlock-desktop
Merge requests
!16
feat-launch_challenge_commands
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feat-launch_challenge_commands
feat-launch_challenge_commands
into
master
Overview
0
Commits
5
Pipelines
0
Changes
1
Merged
feat-launch_challenge_commands
Mohamed AZIKIOU
requested to merge
feat-launch_challenge_commands
into
master
Jun 15, 2022
Overview
0
Commits
5
Pipelines
0
Changes
1
-> Launch commands given by the teacher
0
0
Merge request reports
Viewing commit
9ef1b271
Prev
Next
Show latest version
1 file
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9ef1b271
fix(extension): made .*rc read/write
· 9ef1b271
Mohamed AZIKIOU
authored
Jun 13, 2022
Dockerfile.desktop
+
1
−
3
View file @ 9ef1b271
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,10 +23,8 @@ RUN chown deadlock setup_trace.py
COPY recorder-out deadlock/
COPY .gitignore_recorder deadlock/.gitignore
COPY start.desktop.sh .
RUN chmod 50
4
deadlock/
-R
RUN chmod 50
0 /
deadlock/
recorder.js
RUN chmod 500 start.desktop.sh
RUN mkdir /project && mkdir /tmp/.ssh && mkdir /home/deadlock/mission
Loading