Skip to content

Commit

Permalink
update docker ubuntu version & expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDallas committed May 15, 2022
1 parent 4512262 commit 35dd81c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:latest

RUN apt update && \
apt install openssl -y && \
Expand All @@ -10,4 +10,6 @@ WORKDIR /opt/app/
COPY premiumizearrd /opt/app/
COPY build/static /opt/app/static

EXPOSE 8182

ENTRYPOINT [ "/opt/app/premiumizearrd" ]

0 comments on commit 35dd81c

Please sign in to comment.