mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-09 16:52:13 +01:00
Attempt to fix docker build error
This commit is contained in:
parent
1c234846db
commit
a7f10f7727
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WORKDIR /usr/src/app
|
|||
RUN apk add --no-cache git postgresql-client
|
||||
COPY --from=builder ./node_modules ./node_modules
|
||||
COPY --from=builder ./dist ./dist
|
||||
COPY ./.git ./.git
|
||||
COPY ./.git/ ./.git
|
||||
COPY entrypoint.sh .
|
||||
COPY databases/*.sql databases/
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Reference in a new issue