fix: Set workdir
This commit is contained in:
parent
1a8807d464
commit
a61972a871
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# https://bun.sh/guides/ecosystem/docker
|
||||
FROM oven/bun:1.1.19 AS base
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Install dependencies into the temp directory
|
||||
# Install, excluding devDeps
|
||||
|
|
Loading…
Reference in a new issue