jiseki commited on
Commit
7d438a7
·
verified ·
1 Parent(s): 04bb835

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -34,7 +34,7 @@ RUN unzip /tmp/pb.zip -d /pb/ && rm /tmp/pb.zip
34
  # Uncomment to copy the local pb_hooks dir into the image
35
  # COPY --chown=user ./pb_hooks /pb/pb_hooks
36
 
37
- EXPOSE 8080
38
 
39
  # Start PocketBase
40
- CMD ["/pb/pocketbase", "serve", "--http=0.0.0.0:8080"]
 
34
  # Uncomment to copy the local pb_hooks dir into the image
35
  # COPY --chown=user ./pb_hooks /pb/pb_hooks
36
 
37
+ EXPOSE 7860
38
 
39
  # Start PocketBase
40
+ CMD ["/pb/pocketbase", "serve", "--http=0.0.0.0:7860"]