Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Feb 24, 2021
1 parent ee194c8 commit 0780edf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions peertube/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ RUN groupadd -r peertube \
&& useradd -r -g peertube -m peertube

# Install PeerTube
COPY --chown=peertube:peertube ./src /app
WORKDIR /app
COPY ./src /app
RUN chown -R peertube:peertube /app

WORKDIR /app
USER peertube

RUN yarn install --pure-lockfile \
Expand Down

0 comments on commit 0780edf

Please sign in to comment.