mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: fix dockerfile
This commit is contained in:
parent
28f15946d1
commit
ce52537165
1 changed files with 1 additions and 1 deletions
|
@ -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