enemy7 commited on
Commit
efc4027
·
1 Parent(s): 45f3dad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,6 +18,6 @@ RUN ls /app
18
  #EXPOSE 27015/udp
19
 
20
  # # Set the entry point to start the server
21
- ENTRYPOINT ["./start"]
22
 
23
 
 
18
  #EXPOSE 27015/udp
19
 
20
  # # Set the entry point to start the server
21
+ ENTRYPOINT ["./start.sh"]
22
 
23