pup-py commited on
Commit
a137765
·
1 Parent(s): cef689f

remove SHELL

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,8 +2,6 @@ FROM bash:latest
2
 
3
  RUN apk add --no-cache curl
4
 
5
- SHELL ["/bin/bash", "-c"]
6
-
7
  WORKDIR /code
8
 
9
  COPY . .
 
2
 
3
  RUN apk add --no-cache curl
4
 
 
 
5
  WORKDIR /code
6
 
7
  COPY . .