mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Make docker file for OneUptime
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu:lunar
|
||||
|
||||
# Install bash and curl.
|
||||
RUN apt-get update && apt-get install -y bash && apt-get install -y curl
|
||||
# Install bash and curl and git.
|
||||
RUN apt-get update && apt-get install -y bash && apt-get install -y curl && apt-get install -y git
|
||||
|
||||
RUN mkdir /usr/src/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user