ZSCGR commited on
Commit
9de211d
·
verified ·
1 Parent(s): 61ae0f6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -14,8 +14,9 @@ WORKDIR /app/Narratium
14
  RUN pnpm install
15
  RUN npm install -g pake-cli
16
  RUN pnpm pake-linux
17
- RUN ls /app
18
- RUN ls /app/Narratium
 
19
  #COPY run.sh /run.sh
20
  #RUN chmod +x /run.sh
21
 
 
14
  RUN pnpm install
15
  RUN npm install -g pake-cli
16
  RUN pnpm pake-linux
17
+
18
+ RUN chmod +x /app/narratium.deb
19
+ RUN apt install /app/narratium.deb
20
  #COPY run.sh /run.sh
21
  #RUN chmod +x /run.sh
22