Update Dockerfile
Browse files- 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
|
38 |
|
39 |
# Start PocketBase
|
40 |
-
CMD ["/pb/pocketbase", "serve", "--http=0.0.0.0:
|
|
|
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"]
|