mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
typo fix
This commit is contained in:
parent
eac375b99d
commit
baae2974f3
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ ENV PORT 5000
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN mkdir -p data && chown -R deno data
|
RUN mkdir -p data && chown -R deno data
|
||||||
USER deno
|
USER deno
|
||||||
RUN mkdir -p data
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN deno cache src/server.ts
|
RUN deno cache src/server.ts
|
||||||
RUN apt-get update && apt-get install -y unzip curl
|
RUN apt-get update && apt-get install -y unzip curl
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue