Skip to content

Commit 149ccf1

Browse files
wip: update Dockerfile
1 parent 2cf51e3 commit 149ccf1

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Dockerfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77

88
FROM docker:19
99

10-
# Install ZFS.
11-
RUN apk update && apk add zfs
10+
# Install dependecies.
11+
RUN apk update && apk add zfs bash
1212

13-
COPY ./bin/dblab-server ./bin
14-
COPY ./api .
15-
COPY ./web .
16-
COPY ./configs .
17-
COPY ./scripts .
13+
WORKDIR /home/dblab
1814

19-
CMD ./bin/dblab-server
15+
COPY ./bin/dblab-server ./bin/dblabserver
16+
COPY ./api ./api
17+
COPY ./web ./web
18+
COPY ./configs ./configs
19+
COPY ./scripts ./scripts
20+
21+
CMD ./bin/dblabserver

0 commit comments

Comments
 (0)