Skip to content

Commit

Permalink
Fix package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Jul 1, 2024
1 parent 16220ab commit eaccf21
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 75 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm run build

FROM nginx:$NGINX_VERSION

LABEL org.opencontainers.image.source https://github.com/MinBZK/AI-act-beslisboom
LABEL org.opencontainers.image.source=https://github.com/MinBZK/AI-act-beslisboom

COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
Expand Down
Loading

0 comments on commit eaccf21

Please sign in to comment.