Fix ci failure
This commit is contained in:
parent
f0e512ec25
commit
2bba42498c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
/target
|
||||
.idea
|
||||
.vscode
|
||||
test.db
|
||||
/test.db
|
@ -35,12 +35,11 @@ RUN groupadd $APP_USER \
|
||||
COPY ./.env ${APP}/.env
|
||||
COPY ./migrations ${APP}/migrations
|
||||
COPY ./static ${APP}/static
|
||||
COPY ./test.db ${APP}/test.db
|
||||
COPY ./db/test.db ${APP}/test.db
|
||||
COPY --from=builder /actix-demo/target/release/actix-demo ${APP}/actix-demo
|
||||
|
||||
RUN chown -R $APP_USER:$APP_USER ${APP}
|
||||
|
||||
USER $APP_USER
|
||||
WORKDIR ${APP}
|
||||
|
||||
CMD ["./actix-demo"]
|
0
db/test.db
Normal file
0
db/test.db
Normal file
Loading…
Reference in New Issue
Block a user