Browse Source

Fix dockerfile FROM

rigwild 5 years ago
parent
commit
049bb6b9cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-from python
+FROM python
 
 COPY . /usr/src/app
 WORKDIR /usr/src/app