Bronze 1
Since ‎12-21-2024
‎12-22-2024

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

TimyShark-edu's Bio

Badges TimyShark-edu Earned

View all badges

Recent Activity

Hello,I am building a CloudRun for my application has the Dockerfile like thisFROM ubuntu:22.04FROM ubuntu:22.04RUN apt -y update && apt -y install sudoRUN useradd -G sudo,www-data -s /bin/bash timmyRUN passwd -d timmyRUN cat < test.shidsudo mkdir -p...