Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM golang:1.21-alpine
|
| 2 |
|
| 3 |
-
# I-
|
| 4 |
RUN apk add --no-cache git
|
| 5 |
|
| 6 |
# I-set ang working directory
|
|
|
|
| 1 |
FROM golang:1.21-alpine
|
| 2 |
|
| 3 |
+
# I-instal ang git
|
| 4 |
RUN apk add --no-cache git
|
| 5 |
|
| 6 |
# I-set ang working directory
|