Fix volumes
This commit is contained in:
parent
acbc0c0e65
commit
80ad81f872
1 changed files with 1 additions and 2 deletions
|
|
@ -21,9 +21,8 @@ RUN apk add --no-cache curl
|
|||
|
||||
COPY --from=builder /usr/src/backend/target/x86_64-unknown-linux-musl/release/sync_server /app/sync_server
|
||||
|
||||
VOLUME /data/databases
|
||||
VOLUME /data
|
||||
EXPOSE 3000/tcp
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
HEALTHCHECK \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue