We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caea762 commit 82d29f9Copy full SHA for 82d29f9
Dockerfile
@@ -20,9 +20,9 @@ COPY --from=web-compiler /app/dist/ /app/dist
20
RUN touch /app/dist/*
21
RUN cargo build --release
22
23
-FROM ubuntu:19.10
+FROM ubuntu:20.04
24
RUN apt-get update && apt-get install --assume-yes ca-certificates
25
COPY --from=server-compiler /app/server/target/release/server /server
26
ENTRYPOINT ["/server", "0.0.0.0:3000"]
27
CMD ["portal.skyscapecloud.com"]
28
-EXPOSE 3000
+EXPOSE 3000
0 commit comments