Skip to content

Commit

Permalink
Remove junk
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Jan 6, 2024
1 parent 1feb71e commit 3c36130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ RUN ocicl install && ./orb sbcl --non-interactive --eval "(progn (asdf:load-syst

RUN chmod -R go+rwx /opt/rlgl

CMD ./orb sbcl --userinit /opt/rlgl/.sbclrc --eval '(asdf:load-system :rlgl-server)' --eval '(progn (rlgl-server:rlgl-server:start-rlgl-server (loop do (sleep 1000))))'
CMD ./orb sbcl --userinit /opt/rlgl/.sbclrc --eval '(asdf:load-system :rlgl-server)' --eval '(progn (rlgl-server:start-rlgl-server (loop do (sleep 1000))))'

0 comments on commit 3c36130

Please sign in to comment.