Skip to content

Commit

Permalink
Merge branch 'develop' into 20-creating-popup-js-code
Browse files Browse the repository at this point in the history
  • Loading branch information
swoopertr authored Dec 10, 2024
2 parents aab2c35 + a0ef4b3 commit 42040ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
Binary file added backend/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:22-alpine3.21

RUN apk update && apk add bash && rm -rf /var/cache/apk/*

RUN apk update && apk add bash && rm -rf /var/cache/apk/*

WORKDIR /app

COPY package*.json ./
Expand Down
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:22-alpine3.21

RUN apk update && apk add bash && rm -rf /var/cache/apk/*

RUN apk update && apk add bash && rm -rf /var/cache/apk/*

WORKDIR /app

COPY package*.json ./
Expand Down
10 changes: 0 additions & 10 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42040ed

Please sign in to comment.