mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Cleanup apt-get command
This commit is contained in:
parent
3b7447f6ce
commit
51051cb22d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ FROM denoland/deno:ubuntu-2.5.2
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
RUN apt-get update && apt-get install -y make zip
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
@ -20,4 +21,3 @@ USER deno
|
|||
RUN deno cache --reload main.ts
|
||||
|
||||
CMD ["run", "--allow-all", "main.ts"]
|
||||
RUN apt-get update && apt-get install -y make zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue