Update Dockerfile
This commit is contained in:
parent
054c3f7f34
commit
69ffefc672
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:impish-20220128
|
||||
FROM ubuntu:20.04
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
|
@ -14,4 +14,4 @@ RUN mkdir /images && mkdir /songs
|
|||
|
||||
EXPOSE 80/tcp
|
||||
|
||||
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
|
||||
CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisord.conf" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue