update docker ubuntu version & expose port

This commit is contained in:
Jack Dallas
2022-05-15 19:29:45 +01:00
committed by Dallas
parent 4512262e73
commit 35dd81c204

View File

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