Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Jul 10, 2024
1 parent 8c58fe2 commit c702112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,17 @@ deps:
RUN npm ci

image:
FROM --platform=linux/amd64 ghcr.io/selkies-project/nvidia-egl-desktop:latest
FROM --platform=linux/amd64 ghcr.io/selkies-project/nvidia-egl-desktop:20.04-20230906134218
ARG DEBIAN_FRONTEND=noninteractive
USER root
RUN apt update
RUN apt upgrade -y
RUN apt install -y curl kde-config-screenlocker
RUN curl -sL https://deb.nodesource.com/setup_lts.x -o /tmp/nodesource_setup.sh
RUN bash /tmp/nodesource_setup.sh
RUN apt install -y nodejs
WORKDIR /home/ubuntu
WORKDIR /home/user
RUN mkdir -p data
USER ubuntu
USER user
RUN kwriteconfig5 --file kscreenlockerrc --group Daemon --key Autolock false
RUN kwriteconfig5 --file ~/.config/powermanagementprofilesrc --group AC --group DPMSControl --key idleTime 540
COPY ./packages/backend/package* .
Expand All @@ -80,7 +79,7 @@ image:
RUN cat supervisord.conf | sudo tee -a /etc/supervisord.conf
RUN rm supervisord.conf
RUN mkdir Downloads
RUN sudo chown -R ubuntu:ubuntu Downloads
RUN sudo chown -R user:user Downloads
SAVE IMAGE --push ghcr.io/shepherdjerred/discord-plays-pokemon:latest

up:
Expand Down
Binary file modified docs/docs/assets/images/screenshot_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c702112

Please sign in to comment.