diff --git a/Dockerfile b/Dockerfile index da1453ed..115462f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN mkdir /private_data RUN chown node:node /private_data # Install Git and SSH -RUN apt install -y ssh git +RUN apt install -y openssh-client git USER node diff --git a/docker-compose.yml b/docker-compose.yml index 4b281011..644bb3bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,5 +36,3 @@ services: PORT: 3000 # Set up `AUTH_SECRET` variable within `.env` env_file: ".env" -volumes: - ssh_dir: