Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -16,9 +16,9 @@ USER appuser
|
|
16 |
COPY wg0.conf.template /app/wg0.conf.template
|
17 |
COPY entrypoint.sh /app/entrypoint.sh
|
18 |
|
19 |
-
RUN chmod +x /app/entrypoint.sh
|
20 |
|
21 |
EXPOSE 57777/udp
|
22 |
EXPOSE 7860/tcp
|
23 |
|
24 |
-
CMD ["/app/entrypoint.sh"]
|
|
|
16 |
COPY wg0.conf.template /app/wg0.conf.template
|
17 |
COPY entrypoint.sh /app/entrypoint.sh
|
18 |
|
19 |
+
#RUN chmod +x /app/entrypoint.sh
|
20 |
|
21 |
EXPOSE 57777/udp
|
22 |
EXPOSE 7860/tcp
|
23 |
|
24 |
+
CMD ["bash", " /app/entrypoint.sh"]
|