Skip to content

Commit

Permalink
Merge branch 'main' into feature/generate-report
Browse files Browse the repository at this point in the history
  • Loading branch information
sukanya-rath authored Dec 21, 2023
2 parents 47f29ed + 7981774 commit f17b1e6
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 1,279 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Build static files
FROM node:alpine3.16 AS build
FROM node:lts-alpine AS build

WORKDIR /app
COPY . .
RUN npm ci --ignore-scripts && \
npm run build

# Caddy
FROM caddy:2.6.4-alpine
FROM caddy:2.7-alpine

# Copy static files and config
COPY --from=build /app/dist /app/dist
Expand Down
Loading

0 comments on commit f17b1e6

Please sign in to comment.