Skip to content

Commit

Permalink
Actually test the docker commands :3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Oct 16, 2024
1 parent 7e68b77 commit 3d7efcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ services:
PORT: 3000
# Set up `AUTH_SECRET` variable within `.env`
env_file: ".env"
volumes:
ssh_dir:

0 comments on commit 3d7efcf

Please sign in to comment.