mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Change docker base image to ubuntu
Mostly so that find and grep behave more commonly across systems.
This commit is contained in:
parent
aee720fbc4
commit
bcaec4e6d1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM denoland/deno:alpine-1.41.3
|
||||
FROM denoland/deno:ubuntu-1.41.3
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue