mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Merge branch 'run-dockerfile-as-root' into 'main'
run Dockerfile as root See merge request soapbox-pub/ditto!531
This commit is contained in:
commit
e064531ca2
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ ENV PORT 5000
|
|||
|
||||
WORKDIR /app
|
||||
RUN mkdir -p data && chown -R deno data
|
||||
USER deno
|
||||
COPY . .
|
||||
RUN deno cache src/server.ts
|
||||
RUN apt-get update && apt-get install -y unzip curl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue