goingyt commited on
Commit
2077a00
Β·
verified Β·
1 Parent(s): 26a96db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Use the official Portainer CE image as the base image
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