Skip to content

Commit

Permalink
FIxed error in plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Nov 15, 2024
1 parent 5e2cf5f commit cddbf20
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 @@ -74,7 +74,7 @@ EXPOSE 3000
# Specify default shell for Theia and the Built-In plugins directory
# Use installed git instead of dugite
ENV SHELL=/bin/bash \
THEIA_DEFAULT_PLUGINS=local-dir:/home/crossmodel/application/browser-app/plugins \
THEIA_DEFAULT_PLUGINS=local-dir:/home/crossmodel/applications/browser-app/plugins \
USE_LOCAL_GIT=true

# Use the non-root user
Expand Down

0 comments on commit cddbf20

Please sign in to comment.