update lock and docker compose

This commit is contained in:
Simon Larsen
2023-04-18 16:41:10 +01:00
parent 0a52eb49f4
commit 8252ecf8cc
2 changed files with 934 additions and 8732 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3,11 +3,11 @@ FROM ubuntu:lunar
# 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 && apt-get -y install sudo
RUN mkdir /usr/src/app
RUN mkdir /usr/src/oneuptime
WORKDIR /usr/src/app
WORKDIR /usr/src/oneuptime
COPY . /usr/src/app/
COPY . /usr/src/oneuptime/
ENV IS_DOCKER=true