Skip to content

Commit f0fcc31

Browse files
authored
Copy assets (#36)
* 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 * Fixed dockerfile for json
1 parent c80cc0b commit f0fcc31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/docker/Dockerfile

100755100644
+1-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ 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", "-plugins=/usr/local/bin/*.plugin", "/var/lib/go-server/*.json" ]
19-
#CMD ["/usr/local/bin/server","/var/lib/go-server/json/*.json"]
18+
CMD [ "/usr/local/bin/server", "-plugins=/usr/local/bin/*.plugin", "/var/lib/go-server/json/*.json" ]

0 commit comments

Comments
 (0)