From 265b106eab34c7be090b396e04a6dd4844056e28 Mon Sep 17 00:00:00 2001 From: Jaby Date: Sun, 5 Jan 2025 15:58:16 +0100 Subject: [PATCH] Clean-up simple TODOs --- podman/Dockerfile | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/podman/Dockerfile b/podman/Dockerfile index 47fb9687..7efe3904 100644 --- a/podman/Dockerfile +++ b/podman/Dockerfile @@ -14,18 +14,4 @@ ADD ["scripts/install_pop-fe.sh", "/usr/scripts"] ENV PATH="/jaby_engine/bin:/root/.cargo/bin:${PATH}" ENV JABY_ENGINE_PATH=/jaby_engine ENV JABY_ENGINE_DIR=/jaby_engine -ENV PSX_LICENSE_PATH=/psx_license - -#WORKDIR /usr/src/project - -#RUN apt update && apt install -y nginx - -#RUN mkdir /app -#WORKDIR /app - -#VOLUME my_vol (Do not use) - -#ADD install_pop-fe.sh install_pop-fe.sh -#CMD ["cp", "install_pop-fe.sh", "/my_vol"] - -# TODO: Make a script that builds the image and --then registers alias like `jaby-make` for the docker command-- Cody said alias are bad (yesterday he liked them) and wants scripts instead (He also suddenly claims that he called them invasive but ACTUALLY it was me. Oh noooow he corrects his statement) \ No newline at end of file +ENV PSX_LICENSE_PATH=/psx_license \ No newline at end of file