Skip to content

Commit

Permalink
file perm changes to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jhansen committed Mar 7, 2024
1 parent f1fb289 commit 1880fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ WORKDIR /home/vscode
RUN mkdir .snowflake
COPY .devcontainer/config.toml .snowflake
COPY .devcontainer/connections.toml .snowflake
RUN chown $USER .snowflake/config.toml \
&& chown $USER .snowflake/connections.toml \
&& chmod 0600 .snowflake/config.toml \
&& chmod 0600 .snowflake/connections.toml

# Create the conda environment
COPY environment.yml .
Expand Down

0 comments on commit 1880fb0

Please sign in to comment.