Skip to content

Commit

Permalink
remove git stash. remove USER node
Browse files Browse the repository at this point in the history
  • Loading branch information
ralyodio committed Feb 1, 2020
1 parent 48cb0c8 commit 3ad37e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:8-alpine

USER node
RUN apk add --no-cache ffmpeg
RUN apk add --no-cache git
RUN apk add --no-cache tar
Expand Down
4 changes: 2 additions & 2 deletions bin/docker-update.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

#sudo chown -R $USER:$USER .
sudo chown -R $USER:$USER .

git stash && git pull && git stash pop
#git stash && git pull && git stash pop

CURRENT_UID=$(id -u):$(id -g) docker-compose pull
CURRENT_UID=$(id -u):$(id -g) docker-compose build
Expand Down

0 comments on commit 3ad37e7

Please sign in to comment.