mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
fix: fix docker build warnings
This commit is contained in:
parent
7f371d91e1
commit
28f15946d1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20-alpine as builder
|
FROM node:20-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
@ -26,4 +26,4 @@ COPY --from=builder /app/static /app/static
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD node ./dist/
|
CMD ["node" "./dist/"]
|
||||||
|
|
Loading…
Reference in a new issue