mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -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
|
||||
COPY . .
|
||||
|
@ -26,4 +26,4 @@ COPY --from=builder /app/static /app/static
|
|||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD node ./dist/
|
||||
CMD ["node" "./dist/"]
|
||||
|
|
Loading…
Reference in a new issue