docs: changelog

This commit is contained in:
Jack Wills
2023-02-04 04:15:26 +00:00
parent 88b6549db4
commit f8dc90ebfa
+1 -1
View File
@@ -55,7 +55,7 @@ FROM scratch AS RUNTIME
ENV OXKER_RUNTIME=container ENV OXKER_RUNTIME=container
# Copy application binary from builder image # Copy application binary from builder image
COPY --from=BUILDER /oxker /usr/local/bin COPY --from=BUILDER /oxker /app/
# Run the application # Run the application
# this is used in the application itself, to stop itself show when running from a docker container, so DO NOT EDIT # this is used in the application itself, to stop itself show when running from a docker container, so DO NOT EDIT