Update Dockerfile

This commit is contained in:
Aevann1 2022-03-01 16:14:08 -08:00 committed by GitHub
parent 054c3f7f34
commit 69ffefc672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ]