mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
Merge pull request #86 from TestingBytes/patch-1
Update Dockerfile to change apk repositories to v3.20/main and edge/community
This commit is contained in:
commit
c6843b6958
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.20/main" > /etc/apk/repositories
|
||||||
|
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||||
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base
|
RUN apk --no-cache add nodejs npm nginx task3 python3 build-base
|
||||||
|
|
||||||
COPY ./frontend /src/frontend
|
COPY ./frontend /src/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue