AronWolverine commited on
Commit
a9f0317
·
verified ·
1 Parent(s): bd87414

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +1 -1
dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9
3
 
4
  # Set the working directory in the container
5
- WORKDIR /shipclassification
6
 
7
  # Copy application files to the container
8
  COPY . .
 
2
  FROM python:3.9
3
 
4
  # Set the working directory in the container
5
+ WORKDIR /code
6
 
7
  # Copy application files to the container
8
  COPY . .