Skip to content

Commit c80cc0b

Browse files
authoredNov 24, 2022
Added plugins to the Dockerfile (#35)
* Debugging updates * Fixed manifest issues * Updated manual to include release code * Added v * Update login action to v2 for docker * Updated make-image to the new version * Added plugin folder for Dockerfile
1 parent e817223 commit c80cc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎etc/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ COPY etc/json/ /var/lib/go-server/json/
1515

1616
# Entrypoint when running the server
1717
ENTRYPOINT [ "/server-entrypoint.sh" ]
18-
CMD ["/usr/local/bin/server","/var/lib/go-server/json/*.json"]
19-
#CMD ["/usr/local/bin/server","-plugins=/usr/local/bin/*.plugin","/var/lib/go-server/*.json"]
18+
CMD [ "/usr/local/bin/server", "-plugins=/usr/local/bin/*.plugin", "/var/lib/go-server/*.json" ]
19+
#CMD ["/usr/local/bin/server","/var/lib/go-server/json/*.json"]

0 commit comments

Comments
 (0)