Dockerfile lint errors fix (#1493)
Fix the Dockerfile linter errors and most warnings
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM python:3.5
|
||||
|
||||
WORKDIR /app
|
||||
ADD server/wasm_server.py /app/server/
|
||||
COPY server/wasm_server.py /app/server/
|
||||
|
||||
ENTRYPOINT ["python", "server/wasm_server.py"]
|
||||
|
||||
Reference in New Issue
Block a user