Change docker work dir
This commit is contained in:
parent
540f06efd6
commit
e74e11e69f
1 changed files with 3 additions and 2 deletions
|
|
@ -23,10 +23,11 @@ RUN apk add --no-cache curl
|
|||
|
||||
COPY --from=builder /usr/src/backend/target/x86_64-unknown-linux-musl/release/sync_server /app/sync_server
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
VOLUME /data
|
||||
EXPOSE 3000/tcp
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
HEALTHCHECK \
|
||||
--interval=30s \
|
||||
--timeout=5s \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue