Skip to content

Commit

Permalink
Merge pull request #138 from Luligu/dev
Browse files Browse the repository at this point in the history
Docker
  • Loading branch information
Luligu authored Sep 21, 2024
2 parents 721bdef + 73427c7 commit 657e8ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.latest
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:22-bookworm-slim AS builder
WORKDIR /app
COPY ./package.json ./
COPY ./package-lock.json ./
COPY ./tsconfig.json ./
COPY ./src ./src
COPY ./frontend/build ./frontend/build
Expand Down

0 comments on commit 657e8ad

Please sign in to comment.