Spaces:
Sleeping
Sleeping
remove SHELL
Browse files- 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 . .
|