mirror of
https://github.com/JackDallas/Premiumizearr.git
synced 2026-01-05 20:33:28 +01:00
update docker ubuntu version & expose port
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:18.04
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update && \
|
||||
apt install openssl -y && \
|
||||
@@ -10,4 +10,6 @@ WORKDIR /opt/app/
|
||||
COPY premiumizearrd /opt/app/
|
||||
COPY build/static /opt/app/static
|
||||
|
||||
EXPOSE 8182
|
||||
|
||||
ENTRYPOINT [ "/opt/app/premiumizearrd" ]
|
||||
Reference in New Issue
Block a user