first version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM oven/bun:latest
|
||||
|
||||
ENV TZ="Europe/Madrid"
|
||||
|
||||
# Install additional OS packages.
|
||||
RUN apt-get update && apt-get install -y curl git
|
||||
|
||||
# Use node user
|
||||
USER bun
|
||||
Reference in New Issue
Block a user