Skip to content

Commit

Permalink
release-frontend Integration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Starmordar committed May 24, 2024
1 parent b9d18fa commit 3c87ad5
Show file tree
Hide file tree
Showing 5 changed files with 4,105 additions and 2,301 deletions.
9 changes: 1 addition & 8 deletions .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
FROM node:18-alpine as build-stage

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"

RUN corepack enable
COPY . /app

WORKDIR /app

COPY package*.json /app/
COPY pnpm-lock.yaml /app/
RUN pnpm install --frozen-lockfile
RUN npm ci

COPY ./ /app/

Expand Down
1 change: 0 additions & 1 deletion .ci/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ server {

location / {
root /usr/share/nginx/html;
include /etc/nginx/mime.types;
index index.html;
try_files $uri /index.html;
expires 30d;
Expand Down
Loading

0 comments on commit 3c87ad5

Please sign in to comment.