Azeez98 commited on
Commit
b0e29a0
·
verified ·
1 Parent(s): 80bdcef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ FROM ubuntu:20.04
4
  # Set environment variables to non-interactive mode
5
  ENV DEBIAN_FRONTEND=noninteractive
6
 
 
 
7
  # Install necessary packages
8
  RUN apt-get update && \
9
  apt-get install -y \
 
4
  # Set environment variables to non-interactive mode
5
  ENV DEBIAN_FRONTEND=noninteractive
6
 
7
+ WORKDIR /app
8
+
9
  # Install necessary packages
10
  RUN apt-get update && \
11
  apt-get install -y \