Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3419ac

Browse files
-
1 parent a58606b commit b3419ac

File tree

9 files changed

+17893
-6
lines changed

9 files changed

+17893
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,14 @@ RUN sudo npm install ijavascript
119119
RUN PATH=${USR_HOME}/.venv/bin:$PATH: ijsinstall --install=local
120120
RUN PATH=${USR_HOME}/.venv/bin:${USR_HOME}/.deno/bin:$PATH: deno jupyter --install
121121

122-
123122
# -------------------------------------------------------------------------------------------------
124123
# VSCODE
125124
RUN mkdir -p /workspace/.vscode
126125
COPY vscode/* /workspace/.vscode
127-
128-
# -------------------------------------------------------------------------------------------------
129126
COPY bin/* ${USR_HOME}/bin
130127

131-
RUN sudo chown -R ${USR_NAME}:${GRP_NAME} ${USR_HOME}/bin
132-
RUN sudo chmod +x ${USR_HOME}/bin/*
128+
RUN sudo chown -R ${USR_NAME}:${GRP_NAME} ${USR_HOME}/bin /workspace
129+
RUN sudo chmod +x ${USR_HOME}/bin/*
133130

134131
# -------------------------------------------------------------------------------------------------
135132
# CLEANUP

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88

99
container_name: devenv-code4beginner
1010
volumes:
11-
- ..:/HERE
11+
- ../../Course:/workspace/course
1212
- ../Courses:/workspace/courses
1313
- ../Playground:/workspace/playground
1414
- ../Lessons:/workspace/lessons

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ FullStack-Masterclass
22
Repositories
33
Repositories.TODO
44

5+
6+
**/node_modules

0 commit comments

Comments
 (0)