Skip to content

Commit

Permalink
⬆️ upgrade everything
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ppers committed Sep 22, 2023
1 parent b5f5242 commit 7a1e1f0
Show file tree
Hide file tree
Showing 6 changed files with 1,132 additions and 1,312 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM node:12 as builder
FROM node:18 as builder

WORKDIR /src

ENV VITE_GERAETE_EVENTS=1

COPY package.json yarn.lock /src/
RUN yarn --frozen-lockfile
COPY package.json package-lock.json /src/
RUN npm ci
COPY ./ /src
RUN yarn build
RUN npm run build

FROM nginx:1.19

Expand Down
Loading

0 comments on commit 7a1e1f0

Please sign in to comment.