This website works better with JavaScript
Home
Explore
Help
Sign In
Prise3D
/
Thesis-WebExpe-Django
Watch
5
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix dockerfile FROM
rigwild
5 years ago
parent
cd9d2d6623
commit
049bb6b9cb
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Dockerfile
+ 1
- 1
Dockerfile
View File
@@ -1,4 +1,4 @@
-
from
python
+
FROM
python
COPY . /usr/src/app
WORKDIR /usr/src/app