Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
# Use
|
2 |
-
FROM portainer/portainer-ce:latest
|
3 |
|
4 |
# Copy the entry point script
|
5 |
COPY start.sh /start.sh
|
|
|
1 |
+
# Use an Alpine-based image that includes a shell
|
2 |
+
FROM portainer/portainer-ce:latest-alpine
|
3 |
|
4 |
# Copy the entry point script
|
5 |
COPY start.sh /start.sh
|