edwagbb commited on
Commit
ced9d13
·
verified ·
1 Parent(s): ec64ad8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,4 +3,4 @@ FROM debian:latest
3
  ARG DEBIAN_FRONTEND=noninteractive
4
  RUN apt-get update && apt-get install -y curl
5
  RUN curl https://get.wasmer.io -sSfL | sh
6
- CMD ls
 
3
  ARG DEBIAN_FRONTEND=noninteractive
4
  RUN apt-get update && apt-get install -y curl
5
  RUN curl https://get.wasmer.io -sSfL | sh
6
+ CMD wasmer -v